Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: CiviMember
-
Labels:None
Description
Renewal form currently sets send_receipt checkbox = TRUE by default when form is loaded. Since this field is hidden by default, and we shouldn't be sending a receipt unless record_contribution is also true - this is problematic behavior.
Modify form setDefaults to set send_receipt = FALSE
Add jscript to set send_receipt = TRUE onClick of record_contribution (if record_contribution is TRUE)
(assigning directly to Yash since this is in same form as CRM-2642)