[-] BO : fix bug #PSTEST-918 - missing field suffix

This commit is contained in:
tDidierjean
2012-03-02 09:47:56 +00:00
parent 89a02f7607
commit 84bd912caf
2 changed files with 3 additions and 2 deletions
@@ -272,7 +272,8 @@ class AdminPPreferencesControllerCore extends AdminController
'desc' => $this->l('Set the maximum size of product short description'),
'validation' => 'isInt',
'cast' => 'intval',
'type' => 'text'
'type' => 'text',
'suffix' => $this->l('characters')
),
'PS_QTY_DISCOUNT_ON_COMBINATION' => array(
'title' => $this->l('Quantity discounts based on:'),