// fix validation of available_date field in Product class

This commit is contained in:
tDidierjean
2011-09-13 14:21:59 +00:00
parent 9c71a3567f
commit e4b39b4263
+1 -1
View File
@@ -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',