Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.0.1
-
Fix Version/s: 3.0.2
-
Component/s: CiviContribute
-
Labels:None
Description
I call getSoftContributionList() directly in my app, however, it gives a fatal error since CRM:Utils:Money has been used, but not required. Attached patch fixes by calling require_once just before it is used.