Skip to content

Commit 8493e59

Browse files
author
Shikha Mishra
committed
Fixed #15059 Cannot reorder from the first try
1 parent 13b0fe9 commit 8493e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Sales/Model/AdminOrder/Create.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ public function initFromOrder(\Magento\Sales\Model\Order $order)
583583
}
584584

585585
$quote->getShippingAddress()->unsCachedItemsAll();
586+
$quote->getBillingAddress()->unsCachedItemsAll();
586587
$quote->setTotalsCollectedFlag(false);
587588

588589
$this->quoteRepository->save($quote);

0 commit comments

Comments
 (0)