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

This commit is contained in:
vChabot
2012-05-16 13:02:16 +00:00
parent 6da1cae7ae
commit 5f1f63c3c6
+2 -1
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),