// Changed the name of a multishop variable to multishop_specific, in order to avoid confusion

This commit is contained in:
dMetzger
2012-07-09 15:48:22 +00:00
parent defa5a8c4f
commit 1ebe0d4834
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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'),