// revert issue multishop

This commit is contained in:
aFolletete
2012-05-18 14:57:47 +00:00
parent bc48e8e0c1
commit 83b494ff77
-1
View File
@@ -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),