* Fix a bug.

This commit is contained in:
hufangzhou
2021-01-22 12:28:35 +08:00
parent 564b620906
commit 45e0175d3f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -109,6 +109,7 @@
<?php if($hasBranch) echo html::select("branch[$i]", $branchGroups[$product->id], $product->branch, "class='form-control chosen' onchange=\"loadPlans('#products{$i}', this.value)\"");?>
</div>
</div>
<?php if(in_array($product->id, $notRemoveProducts)) echo html::hidden("products[$i]", $product->id);?>
<?php $i++;?>
<?php endforeach;?>
<div class='col-sm-4 <?php if($programID) echo 'required';?>' style="padding-right: 6px;">