// 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
This commit is contained in:
tDidierjean
2012-02-23 17:04:18 +00:00
parent 48a4db2acf
commit c8b409c86a

View File

@@ -51,7 +51,7 @@ class CombinationCore extends ObjectModel
public $default_on;
public $available_date;
public $available_date = '0000-00-00';
/**
* @see ObjectModel::$definition