[-] BO : BugFix : #PSCFV-2372 : Created zones do not appear
This commit is contained in:
@@ -39,6 +39,7 @@ class ZoneCore extends ObjectModel
|
||||
public static $definition = array(
|
||||
'table' => 'zone',
|
||||
'primary' => 'id_zone',
|
||||
'multishop' => true,
|
||||
'fields' => array(
|
||||
'name' => array('type' => self::TYPE_STRING, 'validate' => 'isGenericName', 'required' => true, 'size' => 64),
|
||||
'active' => array('type' => self::TYPE_BOOL, 'validate' => 'isBool'),
|
||||
|
||||
Reference in New Issue
Block a user