*Finish task #46100.

This commit is contained in:
songchenxuan
2021-12-22 17:32:44 +08:00
parent a7258e471b
commit 055df23f69
+1 -2
View File
@@ -73,10 +73,9 @@
{
$caseProductID = $cases[$caseID]->product;
$product = $products[$caseProductID];
$branchTagOption = isset($branches) ? $branches : array('' => '');
$branchTagOption = array();
if($product->type != 'normal')
{
//$branchTagOption = isset($productBranches[$product->id]) ? $productBranches[$product->id] : $branchTagOption;
$branches = $this->loadModel('branch')->getList($product->id, 0, 'all');
foreach($branches as $branchInfo)
{