Skip to content

Commit 6cc7700

Browse files
author
Alexey Yakimovich
committed
MAGETWO-96545: Wrong calculation of invoiced items in shipment document in order with bundle product after partial invoice
- Fixed issue aftef incorrect conflict merge;
1 parent 0a3cc19 commit 6cc7700

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Sales/Model/Service/InvoiceService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ private function prepareItemQty(\Magento\Sales\Api\Data\OrderItemInterface $orde
229229
$qtys[$parent->getId()] = $parent->getQtyToInvoice();
230230
}
231231
}
232-
$this->prepareItemQty($orderItem, $qtys);
233232
}
234233
}
235234

0 commit comments

Comments
 (0)