Use metadata for getOptions abbreviation & include currency symbol
authorColeman Watts <coleman@civicrm.org>
Mon, 5 Aug 2019 14:56:00 +0000 (10:56 -0400)
committerColeman Watts <coleman@civicrm.org>
Tue, 6 Aug 2019 13:16:47 +0000 (09:16 -0400)
commita8fdb24e93f8cdcf62c8448412ddd4d6a8e0e5dc
tree55f83f9e6c9b1d0154ed574ff17e0e5b570cd518
parent108a8c9cf39dacd0abcbe867945118b95d713013
Use metadata for getOptions abbreviation & include currency symbol
32 files changed:
CRM/Contribute/DAO/Contribution.php
CRM/Contribute/DAO/ContributionPage.php
CRM/Contribute/DAO/ContributionRecur.php
CRM/Contribute/DAO/ContributionSoft.php
CRM/Contribute/DAO/Product.php
CRM/Core/CodeGen/Specification.php
CRM/Core/DAO/Address.php
CRM/Core/PseudoConstant.php
CRM/Event/DAO/Event.php
CRM/Event/DAO/Participant.php
CRM/Financial/DAO/FinancialItem.php
CRM/Financial/DAO/FinancialTrxn.php
CRM/Grant/DAO/Grant.php
CRM/PCP/DAO/PCP.php
CRM/Pledge/DAO/Pledge.php
CRM/Pledge/DAO/PledgePayment.php
tests/phpunit/api/v3/AddressTest.php
tests/phpunit/api/v3/ContributionTest.php
xml/schema/Contribute/Contribution.xml
xml/schema/Contribute/ContributionPage.xml
xml/schema/Contribute/ContributionRecur.xml
xml/schema/Contribute/ContributionSoft.xml
xml/schema/Contribute/Product.xml
xml/schema/Core/Address.xml
xml/schema/Event/Event.xml
xml/schema/Event/Participant.xml
xml/schema/Financial/FinancialItem.xml
xml/schema/Financial/FinancialTrxn.xml
xml/schema/Grant/Grant.xml
xml/schema/PCP/PCP.xml
xml/schema/Pledge/Pledge.xml
xml/schema/Pledge/PledgePayment.xml