[-] BO: pagination was missing on tax rules listing

This commit is contained in:
Rémi Gaillard
2013-02-25 14:50:23 +01:00
parent 0a71a1ee86
commit 679b45b5bd
2 changed files with 30 additions and 4 deletions
@@ -131,6 +131,7 @@ class AdminTaxRulesGroupControllerCore extends AdminController
$this->_where = 'AND `id_tax_rules_group` = '.(int)$id_group;
$this->show_toolbar = false;
$this->tpl_list_vars = array('id_tax_rules_group' => (int)$id_group);
return parent::renderList();
}