// Fix addresses format

This commit is contained in:
rGaillard
2012-08-23 08:49:33 +00:00
parent e9c428f101
commit 05305ab821
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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),
),
);