* Code for edit product page.

This commit is contained in:
Yagami
2022-10-28 08:35:15 +08:00
parent 0f74d6a6c4
commit 1ec7f132ea
3 changed files with 10 additions and 20 deletions
+1 -1
View File
@@ -177,7 +177,7 @@
</tr>
<?php if($project->model == 'waterfall'):?>
<?php $class = (!$project->division and count($linkedProducts) < 2) ? 'hide' : '';?>
<?php $disabled = $multiProductStages ? "disabled='disabled'" : '';?>
<?php $disabled = !empty($executions) ? "disabled='disabled'" : '';?>
<tr class='<?php echo $class;?> division'>
<th><?php echo $lang->project->division;?></th>
<td colspan='3'><?php echo html::radio('division', $lang->project->divisionList, $project->division, $disabled);?></td>