-
Notifications
You must be signed in to change notification settings - Fork 1
Fix: Correct Discount Application in Invoice Generation #83
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
(product.price - (product.price * product.discount) / 100) * | ||
product.quantity | ||
).toFixed(2)}{" "} | ||
Rwf | ||
</Text> | ||
</View> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have the same issue too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i see that issue too
(product.price - (product.price * product.discount) / 100) * | ||
product.quantity | ||
).toFixed(2)}{" "} | ||
Rwf | ||
</Text> | ||
</View> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have the same issue too
6c85f3b
to
8834a2b
Compare
Code Climate has analyzed commit 8834a2b and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (60% is the threshold). This pull request will bring the total coverage in the repository to 96.2% (0.0% change). View more on Code Climate. |
What does this PR do?
Displays the price of products after discount on the invoice.
How should this be manually tested?