[-] BO: Fix #PSCFV-7838 deleted taxes should not appears on the listing

This commit is contained in:
Rémi Gaillard
2013-02-20 17:34:32 +01:00
parent ee86c520fb
commit 322ba102ff
2 changed files with 3 additions and 1 deletions
@@ -103,6 +103,8 @@ class AdminTaxesControllerCore extends AdminController
);
parent::__construct();
$this->_where .= ' AND a.deleted = 0';
}
/**