[-] BO : Missing display methods in AdminGroup

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11137 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fBrignoli
2011-12-12 14:39:46 +00:00
parent 85dd573402
commit 09bdde2d7b
+5 -5
View File
@@ -156,11 +156,11 @@ class AdminGroupsControllerCore extends AdminController
'query' => array(
array(
'id_method' => PS_TAX_EXC,
'name' => $this->l('Tax excluded'),
array(
'id_method' => PS_TAX_INC,
'name' => $this->l('Tax included')
)
'name' => $this->l('Tax excluded')
),
array(
'id_method' => PS_TAX_INC,
'name' => $this->l('Tax included')
)
),
'id' => 'id_method',