// revert issue multishop

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15387 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aFolletete
2012-05-18 14:57:47 +00:00
parent a37dbc1e44
commit c1beaa6ca8
-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),