[-] FO : fixed bug #PSCFV-4347
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17607 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -61,7 +61,7 @@ class AdminCustomerPreferencesControllerCore extends AdminController
|
||||
),
|
||||
'PS_ONE_PHONE_AT_LEAST' => array(
|
||||
'title' => $this->l('Phone number'),
|
||||
'desc' => $this->l('If you choose this option your customer will must register at least one phone number.'),
|
||||
'desc' => $this->l('If you chose yes, your customer will have to provide at least one phone number to register.'),
|
||||
'validation' => 'isBool',
|
||||
'cast' => 'intval',
|
||||
'type' => 'bool'
|
||||
|
||||
Reference in New Issue
Block a user