* Fix bug#3728.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user