[-] BO : BugFix : #PSCFV-2373 : Created currency do not appear

This commit is contained in:
vChabot
2012-05-16 13:02:16 +00:00
parent 5856512338
commit 72d8a44855

View File

@@ -65,7 +65,8 @@ class CurrencyCore extends ObjectModel
public static $definition = array(
'table' => 'currency',
'primary' => 'id_currency',
'multilang_shop' => true,
'multilang_shop' => true,
'multishop' => true,
'fields' => array(
'name' => array('type' => self::TYPE_STRING, 'validate' => 'isGenericName', 'required' => true, 'size' => 32),
'iso_code' => array('type' => self::TYPE_STRING, 'validate' => 'isLanguageIsoCode', 'required' => true, 'size' => 3),