CRM-19228: is not populated in Contribution Receipt email
authoryashodha <yashodha.chaku@webaccessglobal.com>
Wed, 24 Aug 2016 09:12:07 +0000 (14:42 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Wed, 24 Aug 2016 09:12:07 +0000 (14:42 +0530)
----------------------------------------
* CRM-19228: $contributionPageId is not populated in Contribution Receipt email
  https://issues.civicrm.org/jira/browse/CRM-19228

CRM/Contribute/BAO/Contribution.php

index 68bd16345905a4e5cfb91b002e73b979cb976550..a8223d8089fcbc4ae8b06f96b0402ebbf2e47f19 100644 (file)
@@ -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',