[-] 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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user