This commit is contained in:
lanzongjun
2022-11-17 16:03:27 +08:00
parent dc998d0082
commit 85a5d00a53
+1 -1
View File
@@ -150,7 +150,7 @@
<?php $i++;?>
<?php endforeach;?>
<?php endforeach;?>
<?php if($division):?>
<?php if($project->model == 'scrum' or empty($products)):?>
<div class='col-sm-4'>
<div class="input-group">
<?php echo html::select("products[$i]", $allProducts, '', "class='form-control chosen' onchange='loadBranches(this)'");?>