* Fix bug 13756

This commit is contained in:
songchenxuan
2021-11-17 09:26:02 +08:00
parent 3fadaad6ec
commit 4b42cb22a4
2 changed files with 4 additions and 2 deletions

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($this->session->currentProductType != 'normal' and isset($products[$productID])):?>
<?php if($product->type != 'normal' and isset($products[$productID])):?>
<?php echo html::select('branch', $branches, $branch, "onchange='loadBranch()' class='form-control chosen control-branch'");?>
<?php endif;?>
</div>