From e4dcb541f9294a9d1365be193527ea5ebd9d44fd Mon Sep 17 00:00:00 2001 From: yashodha Date: Wed, 24 Aug 2016 14:42:07 +0530 Subject: [PATCH] CRM-19228: is not populated in Contribution Receipt email ---------------------------------------- * CRM-19228: $contributionPageId is not populated in Contribution Receipt email https://issues.civicrm.org/jira/browse/CRM-19228 --- CRM/Contribute/BAO/Contribution.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Contribute/BAO/Contribution.php b/CRM/Contribute/BAO/Contribution.php index 68bd163459..a8223d8089 100644 --- a/CRM/Contribute/BAO/Contribution.php +++ b/CRM/Contribute/BAO/Contribution.php @@ -5029,6 +5029,7 @@ LIMIT 1;"; ); $valuesToCopy = array( // These are the values that I believe to be useful. + 'id', 'title', 'is_email_receipt', 'pay_later_receipt', -- 2.25.1