This commit is contained in:
wangyuting
2022-11-25 03:25:52 +00:00
parent 11b93eaeed
commit a4cc3fd11a
5 changed files with 11 additions and 24 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
</tr>
<tr class="<?php echo $hidden;?>">
<th class='w-120px'><?php echo $lang->build->product;?></th>
<?php if(!empty($products)):?>
<?php if(!empty($products) || !$executionID):?>
<td>
<div class='input-group' id='productBox'>
<?php echo html::select('product', $products, empty($product) ? '' : $product->id, "onchange='loadBranches(this.value);' class='form-control chosen' required");?>