Skip to content
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

Merged
merged 8 commits into from Sep 3, 2019
Merged

fix: Removing currency symbol filter #6429

merged 8 commits into from Sep 3, 2019

Conversation

kushthedude
Copy link
Member

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

@auto-label auto-label bot added the fix label Aug 29, 2019
@kushthedude
Copy link
Member Author

@CosmicCoder96 @iamareebjamal Please Review

@codecov
Copy link

codecov bot commented Aug 29, 2019

Codecov Report

Merging #6429 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5e0e515...aca41d8. Read the comment docs.

@@ -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 }}
Copy link
Member

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Problem

Screenshot 2019-09-02 at 7 49 57 AM

Now

Screenshot 2019-09-02 at 7 49 47 AM

@shreyanshdwivedi
Copy link
Member

@kushthedude can you please update this?

@kushthedude
Copy link
Member Author

@kushthedude can you please update this?

pr was already ready, added the ss

@kushthedude
Copy link
Member Author

@uds5501 Merge

@iamareebjamal iamareebjamal merged commit eb8d721 into fossasia:development Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Blank Currency Symbol in Orders PDF file generated
3 participants