// Changed the name of a multishop variable to multishop_specific, in order to avoid confusion
This commit is contained in:
+1
-1
@@ -233,7 +233,7 @@ class ProductCore extends ObjectModel
|
||||
'primary' => 'id_product',
|
||||
'multilang' => true,
|
||||
'multilang_shop' => true,
|
||||
'multishop' => true,
|
||||
'multishop_specific' => true,
|
||||
'fields' => array(
|
||||
// Classic fields
|
||||
'id_manufacturer' => array('type' => self::TYPE_INT, 'validate' => 'isUnsignedId'),
|
||||
|
||||
Reference in New Issue
Block a user