We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71faf62 commit 80ceaa8Copy full SHA for 80ceaa8
app/code/Magento/Eav/Model/Entity/Attribute/Backend/Datetime.php
@@ -50,8 +50,7 @@ public function beforeSave($object)
50
}
51
52
if ($value === null) {
53
- //$value = $object->getData($attributeName);
54
- $value = $this->getDefaultValue();
+ $value = $object->getData($attributeName);
55
56
57
$object->setData($attributeName, $value);
0 commit comments