Merge branch 'zentaopms_9.8' of github.com:easysoft/zentaopms into zentaopms_9.8

This commit is contained in:
wangyidong
2018-03-22 15:01:34 +08:00
+1 -1
View File
@@ -1962,7 +1962,7 @@ class storyModel extends model
{
if($type == 'short')
{
$property = '[p' . $story->pri . ', ' . $story->estimate . 'h]';
$property = '[p' . (!empty($this->lang->story->priList[$story->pri]) ? $this->lang->story->priList[$story->pri] : 0) . ', ' . $story->estimate . 'h]';
}
else
{