From acb38f0904f9426e2315bf2d05cc15a45e4ef787 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15334 b9a71923-0436-4b27-9f14-aed3839534dd --- 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'),