From c8b409c86adbb74196a79e67c814ed5e2992f5e2 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Thu, 23 Feb 2012 17:04:18 +0000 Subject: [PATCH] // Fix bug with missing default value for date git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13575 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Combination.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Combination.php b/classes/Combination.php index 2ff7ddca7..e2a408c4f 100644 --- a/classes/Combination.php +++ b/classes/Combination.php @@ -51,7 +51,7 @@ class CombinationCore extends ObjectModel public $default_on; - public $available_date; + public $available_date = '0000-00-00'; /** * @see ObjectModel::$definition