// fix display percentage and amount type

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11805 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-27 16:50:47 +00:00
parent 7f503a946a
commit 43ae95049c
2 changed files with 3 additions and 3 deletions
@@ -92,7 +92,7 @@ class AdminSpecificPriceRuleController extends AdminController
'reduction' => array(
'title' => $this->l('Reduction'),
'align' => 'center',
'type' => 'percent'
'type' => 'decimal'
),
'from' => array(
'title' => $this->l('From'),