[-] BO : BugFix : #PSCFV-2373 : Created currency do not appear
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user