Merge branch 'sprint/167_zenggang_15466' into 'sprint/167'

* Fix bug#15466

See merge request easycorp/zentaopms!67
This commit is contained in:
孙广明
2021-10-14 06:37:45 +00:00
@@ -73,7 +73,7 @@
<span><i class='icon icon-clock'></i> <?php printf($lang->project->hoursUnit, $project->estimate); ?></span>
</div>
<?php if($config->systemMode == 'new'):?>
<?php if($project->model !== 'waterfall'): ?>
<?php if($project->model === 'waterfall'): ?>
<div class='project-detail project-stages'>
<?php
$projectProjects = array();