diff --git a/classes/Supplier.php b/classes/Supplier.php index cbedc3ec0..41bc06e52 100644 --- a/classes/Supplier.php +++ b/classes/Supplier.php @@ -66,7 +66,6 @@ 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),