// Fix addresses format
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16962 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -45,7 +45,7 @@ class AddressFormatCore extends ObjectModel
|
||||
'table' => 'address_format',
|
||||
'primary' => 'id_country',
|
||||
'fields' => array(
|
||||
'format' => array('type' => self::TYPE_STRING, 'validate' => 'isGenericName', 'required' => true),
|
||||
'format' => array('type' => self::TYPE_HTML, 'validate' => 'isGenericName', 'required' => true),
|
||||
'id_country' => array('type' => self::TYPE_INT),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user