This commit is contained in:
sunjun
2022-03-11 15:59:07 +08:00
parent f69c9746b5
commit 7411c4c4f3
+1 -1
View File
@@ -159,7 +159,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, '', "class='form-control chosen' required onchange='loadBranches(this)'");?>
<span class='input-group-addon fix-border'></span>
</div>
</div>