projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
174db15
)
CRM-15824: Add the thankyou_title variable to the online contribution receipt.
author
Mathieu Lutfy
<mathieu@bidon.ca>
Thu, 15 Jan 2015 02:27:30 +0000
(21:27 -0500)
committer
Mathieu Lutfy
<mathieu@bidon.ca>
Thu, 15 Jan 2015 02:27:30 +0000
(21:27 -0500)
CRM/Contribute/BAO/ContributionPage.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contribute/BAO/ContributionPage.php
b/CRM/Contribute/BAO/ContributionPage.php
index 979a181bbb3da2326b1c974baa46a55d40964bd7..4869a306a41827678460fddaeaf270d1a2b0745b 100644
(file)
--- a/
CRM/Contribute/BAO/ContributionPage.php
+++ b/
CRM/Contribute/BAO/ContributionPage.php
@@
-326,6
+326,7
@@
class CRM_Contribute_BAO_ContributionPage extends CRM_Contribute_DAO_Contributio
'priceSetID' => CRM_Utils_Array::value('priceSetID', $values),
'title' => $title,
'isShare' => CRM_Utils_Array::value('is_share', $values),
+ 'thankyou_title' => CRM_Utils_Array::value('thankyou_title', $values),
);
if ($contributionTypeId = CRM_Utils_Array::value('financial_type_id', $values)) {