[-] BO : BugFix : #PSCFV-2372 : Created zones do not appear

This commit is contained in:
vChabot
2012-05-16 12:46:38 +00:00
parent 975cc752de
commit 6da1cae7ae
+1
View File
@@ -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'),