[-] BO : BugFix : #PSCFV-2373 : Problem on country creation

This commit is contained in:
vChabot
2012-05-16 13:17:07 +00:00
parent 72d8a44855
commit c70b3449f0
3 changed files with 2 additions and 4 deletions
+1
View File
@@ -71,6 +71,7 @@ class CountryCore extends ObjectModel
'table' => 'country',
'primary' => 'id_country',
'multilang' => true,
'multishop' => true,
'fields' => array(
'id_zone' => array('type' => self::TYPE_INT, 'validate' => 'isUnsignedId', 'required' => true),
'id_currency' => array('type' => self::TYPE_INT, 'validate' => 'isUnsignedId'),