[-] BO : BugFix : #PSCFV-2133 : AdminTracking bug in multishop context (ambigus active field in SQL query)

This commit is contained in:
vChabot
2012-05-02 08:41:13 +00:00
parent d0b4e96ab3
commit b710aad13d
@@ -191,7 +191,7 @@ class AdminTrackingControllerCore extends AdminController
$this->identifier = 'id_product';
$this->_orderBy = 'id_product';
$this->_orderWay = 'DESC';
$this->_filter = 'AND active = 0';
$this->_filter = 'AND a.`active` = 0';
$this->list_no_filter = true;
$this->tpl_list_vars = array('sub_title' => $this->l('List of disabled products:'));
$this->show_toolbar = false;