From 5d79d6a2fa951982b275883271c750300e88760c Mon Sep 17 00:00:00 2001 From: Francis Whittle Date: Thu, 30 Mar 2017 11:33:34 +1100 Subject: [PATCH] CRM-20360: Remove superfluous showing of payment options header on page load. ---------------------------------------- * CRM-20360: Payment Options heading is incorrectly shown when default amount is 0 https://issues.civicrm.org/jira/browse/CRM-20360 --- templates/CRM/common/paymentBlock.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/CRM/common/paymentBlock.tpl b/templates/CRM/common/paymentBlock.tpl index 65914237fb..5ce34848f6 100644 --- a/templates/CRM/common/paymentBlock.tpl +++ b/templates/CRM/common/paymentBlock.tpl @@ -124,7 +124,6 @@ CRM.loadPage(dataUrl, {target: '#billing-payment-block'}); } - $('.crm-group.payment_options-group').show(); $('[name=payment_processor_id]').on('change.paymentBlock', function() { buildPaymentBlock($(this).val()); }); -- 2.25.1