diff --git a/module/testcase/control.php b/module/testcase/control.php index 225dbd0b6d..106c116573 100644 --- a/module/testcase/control.php +++ b/module/testcase/control.php @@ -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) {