// fix validation of available_date field in Product class
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8540 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-1
@@ -249,7 +249,7 @@ class ProductCore extends ObjectModel
|
||||
'text_fields' => 'isUnsignedInt',
|
||||
'active' => 'isBool',
|
||||
'available_for_order' => 'isBool',
|
||||
'available_date' => 'isDate',
|
||||
'available_date' => 'isDateFormat',
|
||||
'condition' => 'isGenericName',
|
||||
'show_price' => 'isBool',
|
||||
'ean13' => 'isEan13',
|
||||
|
||||
Reference in New Issue
Block a user