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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13812 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-03-02 09:47:56 +00:00
parent 3ec3810b68
commit 3e52b84ccb
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:'),