[-] BO : #PSTEST-923 - Add field description
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13793 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -232,7 +232,7 @@ class AdminPPreferencesControllerCore extends AdminController
|
||||
),
|
||||
'PS_COMPARATOR_MAX_ITEM' => array(
|
||||
'title' => $this->l('Max items in the comparator:'),
|
||||
'desc' => $this->l('Set to 0 to disable this feature'),
|
||||
'desc' => $this->l('Specify here the threshold from which be displayed a message announcing an upcoming out of stock.').' '.$this->l('Set to 0 to disable this feature'),
|
||||
'validation' => 'isUnsignedId',
|
||||
'required' => true,
|
||||
'cast' => 'intval',
|
||||
|
||||
Reference in New Issue
Block a user