This commit is contained in:
songchenxuan
2021-12-20 13:55:22 +08:00
parent 84fae4bc7d
commit 70612e93aa
+1 -1
View File
@@ -1756,7 +1756,7 @@ class testcase extends control
$branches = array();
$this->loadModel('branch');
if($product->type != 'normal') $branches = array(BRANCH_MAIN => $this->lang->branch->main) + $this->branch->getPairs($productID, '', $projectID);
if($product->type != 'normal') $branches = array(BRANCH_MAIN => $this->lang->branch->main) + $this->branch->getPairs($productID, 'active', $projectID);
if($_POST)
{