* Fix bug.

This commit is contained in:
Yagami
2021-06-28 12:02:57 +08:00
parent 18d9724e14
commit c36f697aef
+1 -1
View File
@@ -106,7 +106,7 @@
<tr>
<th><?php echo $lang->execution->manageProducts;?></th>
<td class='text-left' id='productsBox' colspan="2">
<?php $class = $execution->grade == 2 ? "disabled='disabled'" : '';?>
<?php $class = $execution->grade == 2 ? "readonly='readonly'" : '';?>
<div class='row'>
<?php $i = 0;?>
<?php foreach($linkedProducts as $product):?>