Skip to content

Commit 32213d7

Browse files
committed
ACP2E-693: Addresses disappear from multi-shipping checkout after removing several items.
1 parent 7cad157 commit 32213d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Quote/Model/Quote.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2548,7 +2548,6 @@ public function getShippingAddressesItems()
25482548
&& count($this->getQuoteShippingAddressItemsByQuoteItemId($item->getItemId())) > 1) {
25492549
continue;
25502550
}
2551-
25522551
for ($itemIndex = 0, $itemQty = $item->getQty(); $itemIndex < $itemQty; $itemIndex++) {
25532552
if ($itemIndex === 0) {
25542553
$addressItem = $item;

0 commit comments

Comments
 (0)