CRM-21763 add money util to subtract currency floats with precisely and implement...
authorEli Lisseck <lisseck@gmail.com>
Wed, 14 Feb 2018 20:40:05 +0000 (12:40 -0800)
committerEli Lisseck <lisseck@gmail.com>
Wed, 28 Mar 2018 17:06:28 +0000 (10:06 -0700)
commitc10c47498af769aad35cbd9a504e27a084fdd46b
tree9c493ee4c6d7118336787c2e76a77cfed87a8c5a
parentcd932130f2d9d0b32c81774abab38a778d895531
CRM-21763 add money util to subtract currency floats with precisely and implement in CRM_Core_BAO_FinancialTrxn::getPartialPaymentWithType
CRM/Core/BAO/FinancialTrxn.php
CRM/Utils/Money.php
tests/phpunit/CRM/Core/BAO/FinancialTrxnTest.php
tests/phpunit/CRM/Utils/MoneyTest.php [new file with mode: 0644]