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 001f7eb commit 3b04ce6Copy full SHA for 3b04ce6
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -2879,7 +2879,7 @@ private function formatStockDataForRow(array $rowData): array
2879
: $this->stockStateProvider->verifyStock($stockItemDo);
2880
if ($this->stockStateProvider->verifyNotification($stockItemDo)) {
2881
$date = $this->dateTimeFactory->create('now', new \DateTimeZone('UTC'));
2882
- $row['low_stock_date'] = $date->format(\Magento\Framework\Stdlib\DateTime::DATETIME_PHP_FORMAT);
+ $row['low_stock_date'] = $date->format(DateTime::DATETIME_PHP_FORMAT);
2883
}
2884
$row['stock_status_changed_auto'] = (int)!$this->stockStateProvider->verifyStock($stockItemDo);
2885
} else {
0 commit comments