-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
fix: Removing currency symbol filter #6429
Conversation
@CosmicCoder96 @iamareebjamal Please Review |
Codecov Report
@@ Coverage Diff @@
## development #6429 +/- ##
============================================
Coverage 64.49% 64.49%
============================================
Files 291 291
Lines 15117 15117
============================================
Hits 9749 9749
Misses 5368 5368 Continue to review full report at Codecov.
|
@@ -123,7 +123,7 @@ <h3 style="text-align:center;">{{ holders[0].event.name }} - {{ ("Attendees List | |||
{{ holder.email }}<br> | |||
</strong> | |||
{% if holder.ticket.price %} | |||
{{ holder.event.payment_currency | currency_symbol }}{{ holder.ticket.price | money }} | |||
{{ holder.event.payment_currency }}{{ holder.ticket.price | money }} |
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.
@kushthedude please add screenshot of the change for reference.
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.
@kushthedude can you please update this? |
pr was already ready, added the ss |
@uds5501 Merge |
Fixes #6428
Short description of what this resolves:
Removes the currency symbol template filter which was not able to render most of the currency symbols due to a rendering issue with PISA