// Stockavailable debugged

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11406 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-12-20 13:31:45 +00:00
parent 710a5018aa
commit 4b15867b80
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ class ProductCore extends ObjectModel
* @since 1.5.0
* @var boolean Tells if the product uses the advanced stock management
*/
public $advanced_stock_management;
public $advanced_stock_management = 0;
public $isFullyLoaded = false;