This commit is contained in:
zhengrunyu
2021-11-23 15:39:58 +08:00
parent ce4def0174
commit 4f67ffed05
+1 -1
View File
@@ -87,7 +87,7 @@
</tr>
<?php elseif($product->type != 'normal'):?>
<tr>
<th class='thWidth'><?php echo $lang->product->branch;?></th>
<th class='thWidth'><?php echo $lang->product->branch = sprintf($lang->product->branch, $lang->product->branchName['branch']);?></th>
<td>
<div class='input-group'><?php if($product->type != 'normal') echo html::select('branch', $branches, $story->branch, "onchange='loadBranch();' class='form-control chosen control-branch'");?></div>
</td>