* Finish bug#3491.

This commit is contained in:
hufangzhou
2020-09-28 13:07:46 +08:00
parent 68024e01f7
commit a1d6646276
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -109,7 +109,7 @@
<?php endforeach;?>
<div class='col-sm-4'>
<div class='input-group'>
<?php echo html::select("products[$i]", $allProducts, '', "class='form-control chosen' onchange='loadBranches(this)'");?>
<?php echo html::select("products[$i]", $allProducts, $productID, "class='form-control chosen' onchange='loadBranches(this)'");?>
<span class='input-group-addon fix-border'></span>
</div>
</div>