Skip to content
Snippets Groups Projects
Commit c1ec6399 authored by colemanw's avatar colemanw
Browse files

Merge pull request #2304 from colemanw/thankyou_update

CRM-14054 - Contribution Thank You Letters - Set 'update thank-you date' to checked
parents fa6ec596 b5fd2bef
Branches
Tags
No related merge requests found
......@@ -86,6 +86,9 @@ class CRM_Contribute_Form_Task_PDFLetter extends CRM_Contribute_Form_Task {
CRM_Activity_BAO_Activity::retrieve($params, $defaults);
$defaults['html_message'] = $defaults['details'];
}
else {
$defaults['thankyou_update'] = 1;
}
$defaults = $defaults + CRM_Contact_Form_Task_PDFLetterCommon::setDefaultValues();
return $defaults;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment