// revert issue multishop
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user