Default currency shown on forms if payment is made with different currency
Default currency shown on View participant and contribution page if payment is made with different currency
Steps to reproduce -
- Create a priceset with some price fields.
- Create a contribution page with currency = EUR or any other currency other than the default USD.
- Create a payment by submitting the contribution page.
- The payment shown on the contact summary page stated in USD even though it should have been taken in EUR.
Similarly, default currency is shown for participants registered for the event using EUR.
There are still 102 matches found where similar formatting is done.
$ grep -irn "crmMoney}" templates/ | wc -l
102
We need to fix all instances in core.
Ref https://github.com/civicrm/civicrm-core/pull/12875 for the first fix
Edited by mattwire