From dc242942d7f381ad7f47b954e12c97adcf4d0272 Mon Sep 17 00:00:00 2001 From: aFolletete Date: Fri, 18 May 2012 14:43:56 +0000 Subject: [PATCH] [-] BO : fixed bug #PSCFV-2390 - Suppliers multishop issue git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15382 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Supplier.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/Supplier.php b/classes/Supplier.php index 41bc06e52..cbedc3ec0 100644 --- a/classes/Supplier.php +++ b/classes/Supplier.php @@ -66,6 +66,7 @@ class SupplierCore extends ObjectModel 'table' => 'supplier', 'primary' => 'id_supplier', 'multilang' => true, + 'multishop' => true, 'fields' => array( 'name' => array('type' => self::TYPE_STRING, 'validate' => 'isCatalogName', 'required' => true, 'size' => 64), 'active' => array('type' => self::TYPE_BOOL),