[-] BO : Product : add missing properties

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16536 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-07-24 07:57:42 +00:00
parent a4c8e9823f
commit d6df4781c5
+2
View File
@@ -202,6 +202,8 @@ class ProductCore extends ObjectModel
* @var boolean Tells if the product uses the advanced stock management
*/
public $advanced_stock_management = 0;
public $out_of_stock;
public $depends_on_stock;
public $isFullyLoaded = false;