Skip to content

Commit

Permalink
Revert "Special price date from issue resolve"
Browse files Browse the repository at this point in the history
This reverts commit 4e382cc.
  • Loading branch information
hiren0241 authored and tufahu committed Feb 15, 2019
1 parent 4d9e6c8 commit 5235674
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ private function fillProductOptions(Product $product, array $productOptions)
private function convertSpecialFromDateStringToObject($productData)
{
if (isset($productData['special_from_date']) && $productData['special_from_date'] != '') {
$productData['special_from_date'] = $this->dateFilter->filter($productData['special_from_date']);
$productData['special_from_date'] = new \DateTime($productData['special_from_date']);
}

Expand Down

0 comments on commit 5235674

Please sign in to comment.