* Fix bug 16417.
This commit is contained in:
@@ -483,7 +483,7 @@ class testcase extends control
|
||||
$this->view->steps = $steps;
|
||||
$this->view->users = $this->user->getPairs('noletter|noclosed|nodeleted');
|
||||
$this->view->branch = $branch;
|
||||
$this->view->branches = $productInfo->type != 'normal' ? $this->loadModel('branch')->getPairs($productID) : array();
|
||||
$this->view->branches = $productInfo->type != 'normal' ? $this->loadModel('branch')->getPairs($productID, 'active') : array();
|
||||
|
||||
$this->display();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user