[-] BO : fix #PSTEST-388

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12389 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-01-12 14:01:07 +00:00
parent a185fd3b0a
commit 381f399f45
4 changed files with 11 additions and 7 deletions
@@ -86,6 +86,7 @@ class AdminRangePriceControllerCore extends AdminController
'required' => true,
'suffix' => $currency->getSign('right'),
'desc' => $this->l('Range start (included)'),
'string_format' => '%.2f'
),
array(
'type' => 'text',
@@ -95,6 +96,7 @@ class AdminRangePriceControllerCore extends AdminController
'required' => true,
'suffix' => $currency->getSign('right'),
'desc' => $this->l('Range end (excluded)'),
'string_format' => '%.2f'
),
),
'submit' => array(