* Change stages to plans of var name.

This commit is contained in:
wangyidong
2024-06-20 15:15:39 +08:00
committed by 田淑杰
parent 7c833b732f
commit b853b1fd01
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ js::set('confirmDelete', $lang->programplan->confirmDelete);
</tr>
</thead>
<tbody>
<?php foreach($stages as $plan):?>
<?php foreach($plans as $plan):?>
<tr data-id='<?php echo $plan->id?>'>
<?php foreach($setting as $key => $value) $this->programplan->printCell($value, $plan, $users, $projectID);?>
</tr>