Details
-
Type: New Feature
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7
-
Fix Version/s: 4.7
-
Component/s: CiviContribute
-
Labels:
-
Documentation Required?:None
-
Funding Source:Paid Issue Queue
Description
When an "in progress" recurring contribution amount is changed (i.e. from $50/mo to $100/mo), an "Update Recurring Contribution" activity is created. Calculate the change and adjust the subject line as follows:
If no amount change:
"Recurring Contribution Updated"
If amount increased:
"Recurring Contribution Updated - increased installment amount"
If amount decreased:
"Recurring Contribution Updated - decreased installment amount"
(see CRM_Contribute_Form_UpdateSubscription::postProcess)