// Fix retrocompatibility issue with 1.4 themes
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12436 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -188,6 +188,12 @@ class ProductCore extends ObjectModel
|
||||
/*** @var array Tags */
|
||||
public $tags;
|
||||
|
||||
/**
|
||||
* We keep this variable for retrocompatibility for themes
|
||||
* @deprecated 1.5.0
|
||||
*/
|
||||
public $id_color_default = 0;
|
||||
|
||||
/**
|
||||
* @since 1.5.0
|
||||
* @var boolean Tells if the product uses the advanced stock management
|
||||
|
||||
Reference in New Issue
Block a user