[-] BO : Fixed default values when add new product (available-date & default id group shop)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12355 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fGaillard
2012-01-11 14:32:38 +00:00
parent a8193f0cff
commit c5994e8c2f
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ class ProductCore extends ObjectModel
public $available_for_order = 1;
/** @var string Object available order date */
public $available_date;
public $available_date = '0000-00-00';
/** @var enum Product condition (new, used, refurbished) */
public $condition;