From eb6cec91947585602450f0791e0435d4fa7defd9 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Thu, 4 Jun 2015 19:12:19 +0530 Subject: [PATCH] CRM-16542 fix - PayPal Express woes on 4.6 https://issues.civicrm.org/jira/browse/CRM-16542 --- templates/CRM/Core/BillingBlock.tpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Core/BillingBlock.tpl b/templates/CRM/Core/BillingBlock.tpl index abf23e86f6..f6c4c830cf 100644 --- a/templates/CRM/Core/BillingBlock.tpl +++ b/templates/CRM/Core/BillingBlock.tpl @@ -32,7 +32,7 @@ {if $form.$expressButtonName} {include file= "CRM/Core/paypalexpress.tpl"} - {/if} + {elseif $paymentProcessor.billing_mode & 1}
{foreach from=$paymentFields item=paymentField}
@@ -49,9 +49,10 @@
{/foreach}
+ {/if} {/if} - {if $billingDetailsFields|@count} + {if $billingDetailsFields|@count && !$form.$expressButtonName} {if $profileAddressFields} -- 2.25.1