Use new money formatting util for smarty formatting
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 23 Dec 2021 05:26:19 +0000 (18:26 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 30 Dec 2021 21:17:24 +0000 (10:17 +1300)
commitd6d93aa4646ba00fc7a40b9496325c0ee2199a56
treeb5d724126490acef04e0871b5af846e72502f687
parentc75a9b6d7f9bf1e36c814f0084c1917e9678e54c
Use new money formatting util for smarty formatting

This switches us from the old function to the new function
14 files changed:
CRM/Core/Smarty/plugins/modifier.crmMoney.php
tests/phpunit/CRM/Contact/Page/View/UserDashBoardTest.php
tests/phpunit/CRM/Contribute/Form/AdditionalPaymentTest.php
tests/phpunit/CRM/Contribute/Form/ContributionTest.php
tests/phpunit/CRM/Contribute/Form/Task/InvoiceTest.php
tests/phpunit/CRM/Contribute/Form/Task/PDFLetterCommonTest.php
tests/phpunit/CRM/Core/Payment/AuthorizeNetIPNTest.php
tests/phpunit/CRM/Core/Smarty/plugins/CrmMoneyTest.php
tests/phpunit/CRM/Event/Form/ParticipantTest.php
tests/phpunit/CRM/Member/Form/MembershipRenewalTest.php
tests/phpunit/CRM/Member/Form/MembershipTest.php
tests/phpunit/api/v3/ContributionPageTest.php
tests/phpunit/api/v3/ContributionTest.php
tests/phpunit/api/v3/PaymentTest.php