[-] BO : fixed bug #PSCFV-2390 - Suppliers multishop issue

This commit is contained in:
aFolletete
2012-05-18 14:43:56 +00:00
parent 3c2def5153
commit d763e9e167
+1
View File
@@ -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),