* Fix bug #16605.
This commit is contained in:
@@ -205,7 +205,7 @@ class branch extends control
|
||||
*/
|
||||
public function ajaxGetDropMenu($productID, $branch = 0, $module, $method, $extra = '')
|
||||
{
|
||||
$branches = $this->branch->getPairs($productID, 'all', empty($extra) ? $extra : 0);
|
||||
$branches = $this->branch->getPairs($productID, 'all', !empty($extra) ? $extra : 0);
|
||||
$statusList = $this->dao->select('id,status')->from(TABLE_BRANCH)->where('product')->eq($productID)->fetchPairs();
|
||||
|
||||
$this->view->link = $this->loadModel('product')->getProductLink($module, $method, $extra, true);
|
||||
|
||||
Reference in New Issue
Block a user