From 6da1cae7ae65e098c7c6367b689af2f4458cde3f Mon Sep 17 00:00:00 2001 From: vChabot Date: Wed, 16 May 2012 12:46:38 +0000 Subject: [PATCH] [-] BO : BugFix : #PSCFV-2372 : Created zones do not appear --- classes/Zone.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/Zone.php b/classes/Zone.php index d04bb2b9a..759c56ce3 100644 --- a/classes/Zone.php +++ b/classes/Zone.php @@ -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'),