-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix print invoice issue #33800 #33939
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
Fix print invoice issue #33800 #33939
Conversation
Hi @Kannakiraj123. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@magento give me test instance |
Hi @Kannakiraj123. Thank you for your request. I'm working on Magento instance for you. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
Hi @Kannakiraj123, here is your Magento Instance: https://419d6b712a26bf17dd267036c47d78d8.instances.magento-community.engineering |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@Kannakiraj123 You used the object manager directly, which is a code smell - you're not supposed to do that ever unless you're writing tests using the Integration Test Framework (in which case it's usually the recommended way). I know that direct object manager usage was already there, but adding more of that is extending the technological debt of the project - it's just more code to fix later. One of the issues of using the object manager directly is that this may break the application on read-only environments like Adobe Commerce Cloud. |
Hi @Kannakiraj123, thank you for your contribution! |
Description (*)
1.Fix print invoice no such entity exception
2.Fix print Shipment no such entity exception
Related Pull Requests
1.I added code try catch for no such entity for invoice id.
Fixed Issues (if relevant)