From 8d4230cd34062287c8b5aaf1c4a544c9433c03fe Mon Sep 17 00:00:00 2001 From: Laryn Date: Wed, 27 May 2015 17:31:27 -0500 Subject: [PATCH] Honoree section not showing on Test Contribution Page --- CRM/Contribute/Form/SoftCredit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Form/SoftCredit.php b/CRM/Contribute/Form/SoftCredit.php index cfaca3e08f..eee9ffce6e 100644 --- a/CRM/Contribute/Form/SoftCredit.php +++ b/CRM/Contribute/Form/SoftCredit.php @@ -74,7 +74,7 @@ class CRM_Contribute_Form_SoftCredit { * @return void */ public static function buildQuickForm(&$form) { - if ($form->_mode == 'live' && !empty($form->_honor_block_is_active)) { + if (!empty($form->_honor_block_is_active)) { $ufJoinDAO = new CRM_Core_DAO_UFJoin(); $ufJoinDAO->module = 'soft_credit'; $ufJoinDAO->entity_id = $form->_id; -- 2.25.1