[-] BO : fix #PSTEST-388

This commit is contained in:
lLefevre
2012-01-12 14:01:07 +00:00
parent 1e6c73a7cc
commit ce46f83c97
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(