From 7b631bc1c93d48769b9ad6b83c114f6e4c293f75 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 28 Jul 2023 16:54:34 +1200 Subject: [PATCH] Stop setting quickConfig for form that doesn't care --- CRM/Price/BAO/PriceSet.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/CRM/Price/BAO/PriceSet.php b/CRM/Price/BAO/PriceSet.php index 4d58acb1d8..f2c2aa892f 100644 --- a/CRM/Price/BAO/PriceSet.php +++ b/CRM/Price/BAO/PriceSet.php @@ -823,9 +823,6 @@ WHERE id = %1"; } $form->assign('quickConfig', $quickConfig); - if ($className == 'CRM_Contribute_Form_Contribution_Main') { - $form->_quickConfig = $quickConfig; - } // Mark which field should have the auto-renew checkbox, if any. CRM-18305 if (!empty($form->_membershipTypeValues) && is_array($form->_membershipTypeValues)) { -- 2.25.1