diff --git a/module/testcase/control.php b/module/testcase/control.php index 53cd578829..e340fa8cce 100644 --- a/module/testcase/control.php +++ b/module/testcase/control.php @@ -575,7 +575,7 @@ class testcase extends control $this->view->moduleOptionMenu = $moduleOptionMenu; $this->view->currentModuleID = $currentModuleID; $this->view->branch = $branch; - $this->view->branches = $this->loadModel('branch')->getPairs($productID); + $this->view->branches = $this->loadModel('branch')->getPairs($productID, 'active'); $this->view->needReview = $this->testcase->forceNotReview() == true ? 0 : 1; $this->display();