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

WIP Add set of standard money formatter functions #12055

Closed
wants to merge 2 commits into from

Conversation

mattwire
Copy link
Contributor

Overview

Add a set of standard money formatter functions that allow us to be consistent with the display and submission of monetary amounts. This allows us to ensure that monetary amounts are formatted appropriately for the locale / payment processor etc. rather than relying on custom functions or the somewhat multipurpose but inconsistent CRM_Utils_Money::format function.

This would help fix #12042 and #12019

Before

Standard formatters not available.

After

Standard formatters available.

@mattwire mattwire changed the title Add set of standard money formatter functions WIP Add set of standard money formatter functions May 1, 2018
@mattwire
Copy link
Contributor Author

@mattwire mattwire closed this May 12, 2018
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.

2 participants