-
-
Notifications
You must be signed in to change notification settings - Fork 792
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
Bug fix: record shipment date #8580
Bug fix: record shipment date #8580
Conversation
SchrodingersGat
commented
Nov 28, 2024
•
edited
Loading
edited
- Ref: Add support for a Completed status (Fixes: #6434) #6449
- Fixes issue where "shipment date" is not recorded for a sales order
- Only if "bypass_shipped" setting is enabled
- @tsimonq2 FYI
✅ Deploy Preview for inventree-web-pui-preview canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8580 +/- ##
=======================================
Coverage 84.63% 84.63%
=======================================
Files 1183 1183
Lines 54091 54100 +9
Branches 2044 2044
=======================================
+ Hits 45778 45786 +8
- Misses 7794 7795 +1
Partials 519 519
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
* Bug fix: record shipment date - Ref: #6449 * Update unit test (cherry picked from commit db128f9) Co-authored-by: Oliver <[email protected]>