* Fix bug 16377

This commit is contained in:
songchenxuan
2021-11-18 14:08:07 +08:00
parent 98a3b04e99
commit 2df3d6aa39
+1 -1
View File
@@ -50,7 +50,7 @@ js::set('moduleID', $moduleID);
<td>
<div class='input-group'>
<?php echo html::select('product', $products, $productID, "onchange='loadAll(this.value);' class='form-control chosen control-product'");?>
<?php if($product->type != 'normal' and isset($products[$productID])):?>
<?php if($productInfo->type != 'normal' and isset($products[$productID])):?>
<?php echo html::select('branch', $branches, $branch, "onchange='loadBranch()' class='form-control chosen control-branch'");?>
<?php endif;?>
</div>