-
-
Notifications
You must be signed in to change notification settings - Fork 858
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
Barcode validation fix #9127
Barcode validation fix #9127
Conversation
✅ Deploy Preview for inventree-web-pui-preview canceled.
|
Revert typo fix - Otherwise, we need to do an API bump and the PR can't be back-ported!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #9127 +/- ##
=======================================
Coverage 86.03% 86.04%
=======================================
Files 1177 1177
Lines 51944 51944
Branches 2130 2130
=======================================
+ Hits 44691 44694 +3
+ Misses 6709 6706 -3
Partials 544 544
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* Fix logic for adding items to SalesOrder * Same thing for purchase orders * Update serializers.py Revert typo fix - Otherwise, we need to do an API bump and the PR can't be back-ported! (cherry picked from commit bc9dbf7)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
* Fix logic for adding items to SalesOrder * Same thing for purchase orders * Update serializers.py Revert typo fix - Otherwise, we need to do an API bump and the PR can't be back-ported! (cherry picked from commit bc9dbf7) Co-authored-by: Oliver <[email protected]>
Replaces #9126
Adjust validation for scanning items into orders
References