[-] 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 c70f080fb2
commit a3de006c5a
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';
}
/**