[-] 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(
|
public static $definition = array(
|
||||||
'table' => 'currency',
|
'table' => 'currency',
|
||||||
'primary' => 'id_currency',
|
'primary' => 'id_currency',
|
||||||
'multilang_shop' => true,
|
'multilang_shop' => true,
|
||||||
|
'multishop' => true,
|
||||||
'fields' => array(
|
'fields' => array(
|
||||||
'name' => array('type' => self::TYPE_STRING, 'validate' => 'isGenericName', 'required' => true, 'size' => 32),
|
'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),
|
'iso_code' => array('type' => self::TYPE_STRING, 'validate' => 'isLanguageIsoCode', 'required' => true, 'size' => 3),
|
||||||
|
|||||||
Reference in New Issue
Block a user