From 292ff2a7041a8f9752e8d9b4969d6bf63f6446be Mon Sep 17 00:00:00 2001 From: "Matthew Wire (MJW Consulting)" Date: Wed, 6 Nov 2019 16:22:16 +0000 Subject: [PATCH] Always display amount paid even if it is 0.00. Blank looks like it's missing data rather than nothing paid --- templates/CRM/Contribute/Page/PaymentInfo.tpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/CRM/Contribute/Page/PaymentInfo.tpl b/templates/CRM/Contribute/Page/PaymentInfo.tpl index 5c9095864f..ad4ed127dd 100644 --- a/templates/CRM/Contribute/Page/PaymentInfo.tpl +++ b/templates/CRM/Contribute/Page/PaymentInfo.tpl @@ -47,7 +47,6 @@ CRM.$(function($) { {$paymentInfo.total|crmMoney:$paymentInfo.currency} - {if $paymentInfo.paid > 0} {$paymentInfo.paid|crmMoney:$paymentInfo.currency} {if !$hideButtonLinks}
@@ -56,7 +55,6 @@ CRM.$(function($) { {ts}view payments{/ts} {/if} - {/if} {$paymentInfo.balance|crmMoney:$paymentInfo.currency} -- 2.25.1