[-] BO : fix #PSTEST-134

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12387 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-01-12 09:38:12 +00:00
parent e00341fd6e
commit ff76996150
2 changed files with 86 additions and 87 deletions
+2 -2
View File
@@ -61,8 +61,8 @@ class AdminGroupsControllerCore extends AdminController
'filter_key' => 'b!name'
),
'reduction' => array(
'title' => $this->l('Discount'),
'width' => 50,
'title' => $this->l('Discount (%)'),
'width' => 100,
'align' => 'right',
'type' => 'percent'
),