-
-
Notifications
You must be signed in to change notification settings - Fork 783
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
Currency format fix #7398
Currency format fix #7398
Conversation
SchrodingersGat
commented
Jun 3, 2024
- Catch edge case in currency rendering
- Add validators for settings values
- Handle case where max digits less than min digits
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7398 +/- ##
==========================================
+ Coverage 83.80% 83.82% +0.02%
==========================================
Files 1054 1055 +1
Lines 46255 46276 +21
Branches 1390 1390
==========================================
+ Hits 38762 38789 +27
+ Misses 7131 7123 -8
- Partials 362 364 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
* Fix for currency rendering - Handle case where max digits less than min digits * Add validators for settings