From c2f2fb78a32461cd86803ee6a79ea2e0e92087a1 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 3 Jun 2015 14:02:53 +1200 Subject: [PATCH] CRM-16555 do not include js in snippet --- templates/CRM/Financial/Form/Payment.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Financial/Form/Payment.tpl b/templates/CRM/Financial/Form/Payment.tpl index e78ae8f578..5fef01c9f0 100644 --- a/templates/CRM/Financial/Form/Payment.tpl +++ b/templates/CRM/Financial/Form/Payment.tpl @@ -24,4 +24,6 @@ +--------------------------------------------------------------------+ *} -{include file="CRM/Core/BillingBlockWrapper.tpl"} +
+ {include file="CRM/Core/BillingBlock.tpl"} +
-- 2.25.1