From d48a9d9a7efb1f493b507f43bb58cf8eadcb019f Mon Sep 17 00:00:00 2001 From: Monish Deb Date: Tue, 10 Sep 2019 17:02:01 +0530 Subject: [PATCH] financial#67 : Check number doesn't show up if payment method name - Check changed to Cheque --- templates/CRM/Contribute/Form/ContributionView.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contribute/Form/ContributionView.tpl b/templates/CRM/Contribute/Form/ContributionView.tpl index dd6ed9a73a..4da6ef78ac 100644 --- a/templates/CRM/Contribute/Form/ContributionView.tpl +++ b/templates/CRM/Contribute/Form/ContributionView.tpl @@ -175,7 +175,7 @@ {$payment_instrument}{if $payment_processor_name} ({$payment_processor_name}){/if} - {if $payment_instrument eq 'Check'|ts} + {if $check_number} {ts}Check Number{/ts} {$check_number} -- 2.25.1