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 decimal display for euro currency #937

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

zachgoll
Copy link
Collaborator

@zachgoll zachgoll commented Jul 2, 2024

CleanShot 2024-07-02 at 07 24 43

@zachgoll zachgoll linked an issue Jul 2, 2024 that may be closed by this pull request
<span class="text-gray-500">
<%= value.currency.separator %><%= value.cents_str %>
</span>
<% end %>
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

See this comment for more detail behind this change.

Due to the vast number of currencies, this approach will simplify display of currency values significantly.

@zachgoll zachgoll merged commit 3089e3c into main Jul 2, 2024
4 checks passed
@zachgoll zachgoll deleted the 935-bug-account-balance-doesnt-include-decimals branch July 2, 2024 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Account balance doesn't include decimals
1 participant