-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevented /Magento/Sales/Model/Service/InvoiceService.php incorrectly… #22263
Prevented /Magento/Sales/Model/Service/InvoiceService.php incorrectly… #22263
Conversation
Hi @ryanpalmerweb. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After changes are applied and all builds are green, please squash them into a single commit so that we have perfectly clean history 😉
… discarding simple items when bundle items are mixed in a call to prepareInvoice without any qtys specified Renamed emptyQtys to isQtysEmpty
@orlangur Was that addressed to me? I made the change requested but the commits were not squashed. |
@ryanpalmerweb yep, please squash. |
should be squashed now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @orlangur, thank you for the review. |
@ryanpalmerweb thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
✔️ QA passed |
Hi @ryanpalmerweb, thank you for your contribution! |
Description (*)
When calling Magento\Sales\Model\Service\InvoiceService::prepareInvoice without a quantity specified, the function no longer (incorrectly) discards items when bundled items have been processed
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)