From 77cb8a38418578c255d6b2f35d175709f01d84ae Mon Sep 17 00:00:00 2001 From: Edsel <edsel.lopez@jmaconsulting.biz> Date: Mon, 3 Aug 2015 17:01:51 +0530 Subject: [PATCH] VIM-66 Bug fixes --- templates/CRM/Contribute/Form/Contribution/Main.extra.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/CRM/Contribute/Form/Contribution/Main.extra.tpl b/templates/CRM/Contribute/Form/Contribution/Main.extra.tpl index eb3c0dd..272651d 100644 --- a/templates/CRM/Contribute/Form/Contribution/Main.extra.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Main.extra.tpl @@ -20,6 +20,8 @@ if (cj('#state_province-1 option:selected').val() || cj('#CIVICRM_QFID_0_payment_processor').is(':checked')) { cj('div.custom_pre_profile-group').show(); } + cj('#billingcheckbox').hide(); + cj('label[for="billingcheckbox"]').hide(); cj('.price-field-amount').text('$ 17.00'); if (state) { var newTax = parseFloat(icrm) * parseFloat(taxes[state]) / 100; -- GitLab