From da297cc9143151e2b28a6ec1ff3655082e5bee77 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Mon, 21 Sep 2015 13:28:43 -0400 Subject: [PATCH] Priceset/debugwatchdog --- CRM/Contribute/Form/ContributionBase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Contribute/Form/ContributionBase.php b/CRM/Contribute/Form/ContributionBase.php index fb6f61e3e7..679efba8eb 100644 --- a/CRM/Contribute/Form/ContributionBase.php +++ b/CRM/Contribute/Form/ContributionBase.php @@ -411,6 +411,7 @@ class CRM_Contribute_Form_ContributionBase extends CRM_Core_Form { // this avoids getting E_NOTICE errors in php $setNullFields = [ + 'amount_block_is_active', 'is_allow_other_amount', 'footer_text', ]; -- 2.25.1