From f114d1e44f31e48dafcd5c742beb4e01bf208e05 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Tue, 24 Jul 2012 07:57:42 +0000 Subject: [PATCH] [-] BO : Product : add missing properties --- classes/Product.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/classes/Product.php b/classes/Product.php index 267005dff..181f7620d 100644 --- a/classes/Product.php +++ b/classes/Product.php @@ -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;