From ee1dffa727601868a96bf3fd0905e275b6264d91 Mon Sep 17 00:00:00 2001 From: "deb.monish" Date: Tue, 17 May 2016 19:04:54 +0530 Subject: [PATCH] minor fix --- CRM/Contribute/BAO/Contribution.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Contribute/BAO/Contribution.php b/CRM/Contribute/BAO/Contribution.php index 3cc40ee712..a81ab7843b 100644 --- a/CRM/Contribute/BAO/Contribution.php +++ b/CRM/Contribute/BAO/Contribution.php @@ -4983,10 +4983,11 @@ LIMIT 1;"; 'receipt_from_email', 'receipt_from_name', 'receipt_text', - 'custom-pre_id', + 'custom_pre_id', 'custom_post_id', 'honoree_profile_id', 'onbehalf_profile_id', + 'honor_block_is_active', // Kinda might be - but would be on the contribution... 'campaign_id', 'currency', -- 2.25.1