Skip to content

Commit 815bd19

Browse files
ENGCOM-4321: Fixed #15059 Cannot reorder from the first try #21335
- Merge Pull Request #21335 from opencommerce/magento2:2.3dev15059 - Merged commits: 1. 3e83284
2 parents 9cdc1b7 + 3e83284 commit 815bd19

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
@@ -582,6 +582,7 @@ public function initFromOrder(\Magento\Sales\Model\Order $order)
582582
}
583583

584584
$quote->getShippingAddress()->unsCachedItemsAll();
585+
$quote->getBillingAddress()->unsCachedItemsAll();
585586
$quote->setTotalsCollectedFlag(false);
586587

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

0 commit comments

Comments
 (0)