// 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:
@@ -51,7 +51,7 @@ class CombinationCore extends ObjectModel
|
||||
|
||||
public $default_on;
|
||||
|
||||
public $available_date;
|
||||
public $available_date = '0000-00-00';
|
||||
|
||||
/**
|
||||
* @see ObjectModel::$definition
|
||||
|
||||
Reference in New Issue
Block a user