From 3265f6838767f4db43ff7142efd4600736460f06 Mon Sep 17 00:00:00 2001 From: Richard van Oosterhout Date: Mon, 22 Jan 2018 20:18:26 +0100 Subject: [PATCH] CRM-21693: Show Display Name in PayNow screen --- templates/CRM/Contribute/Form/Contribution/Main.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contribute/Form/Contribution/Main.tpl b/templates/CRM/Contribute/Form/Contribution/Main.tpl index 235bd9334f..bc593144b4 100644 --- a/templates/CRM/Contribute/Form/Contribution/Main.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Main.tpl @@ -91,7 +91,7 @@ {elseif !empty($ccid)} {if $lineItem && $priceSetID && !$is_quick_config}
- {ts}Contribution Information{/ts} + {ts}Contribution Information{/ts}{if $display_name} – {$display_name}{/if}
{assign var="totalAmount" value=$pendingAmount} {include file="CRM/Price/Page/LineItem.tpl" context="Contribution"} -- 2.25.1