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