Fix formatLocaleNumericRoundedByCurrency
authoreileen <emcnaughton@wikimedia.org>
Tue, 8 Sep 2020 19:36:32 +0000 (07:36 +1200)
committereileen <emcnaughton@wikimedia.org>
Tue, 8 Sep 2020 19:58:15 +0000 (07:58 +1200)
commitc976334772411df95d0f9be98a31fdc5361c11ec
tree7b03a079d6d390c0e18c46dcb04888411110b6eb
parent270761f2bde97d6e06c2cc88d9305145b3ad9e1a
Fix formatLocaleNumericRoundedByCurrency

The function was rounding by a max of 2 regardless of the number of places passed - it
was only tested for 2 so seemed to work
CRM/Utils/Money.php
tests/phpunit/CRM/Utils/MoneyTest.php