* Fix bug#3728.

This commit is contained in:
hufangzhou
2020-12-04 10:21:31 +08:00
parent 9fef0b00af
commit b48842638e
+1 -1
View File
@@ -1484,7 +1484,7 @@ class programModel extends model
echo zget($this->lang->program->statusList, $project->status);
break;
case 'PRJBudget':
echo $project->budget . zget($this->lang->program->unitList, $project->budgetUnit);
echo $project->budget ? $project->budget . zget($this->lang->program->unitList, $project->budgetUnit) : '';
break;
case 'teamCount':
echo $project->teamCount;