Skip to content
Snippets Groups Projects
Commit bcaf9194 authored by Dave Greenberg's avatar Dave Greenberg
Browse files

Merge pull request #1670 from systopia/CRM-13428

prosed fix for CRM-13428
parents 5867d9c3 99deba35
No related branches found
No related tags found
No related merge requests found
......@@ -506,6 +506,7 @@ class CRM_Contribute_Form_AdditionalInfo {
'toName' => $contributorDisplayName,
'toEmail' => $contributorEmail,
'isTest' => $form->_mode == 'test',
'PDFFilename' => ts('receipt').'.pdf',
)
);
......
......@@ -1692,6 +1692,7 @@ loadCampaign( {$this->_eID}, {$eventCampaigns} );
'valueName' => 'event_offline_receipt',
'contactId' => $contactID,
'isTest' => (bool) CRM_Utils_Array::value('is_test', $this->_defaultValues),
'PDFFilename' => ts('confirmation').'.pdf',
);
// try to send emails only if email id is present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment