-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: Show 0.00 instead of 0 for Sales #5784
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
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/msqqj39s7 |
Codecov Report
@@ Coverage Diff @@
## development #5784 +/- ##
============================================
Coverage 23.45% 23.45%
============================================
Files 512 511 -1
Lines 5445 5449 +4
Branches 63 63
============================================
+ Hits 1277 1278 +1
- Misses 4152 4155 +3
Partials 16 16
Continue to review full report at Codecov.
|
Please use proper PR title format, there is no space before : |
Will keep that in mind, thanks! |
Or was it another recent PR? Cannot find where the change happened. |
Regression #5453 because of this PR. There needs to be a test for this |
Fixes #5780
Short description of what this resolves:
Sales in orders now shows 0.00 instead of 0 if the income of sales has been zero.
After :

Checklist
development
branch.