Skip to content

Commit

Permalink
Merge pull request #11571 from magnolia61/CRM-21693_Show_Name_in_Onli…
Browse files Browse the repository at this point in the history
…nePayNow_UI

Crm 21693 show Display Name in online pay now UI
  • Loading branch information
colemanw authored Feb 26, 2018
2 parents 716dc78 + 3265f68 commit 29791fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Contribute/Form/Contribution/Main.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
{elseif !empty($ccid)}
{if $lineItem && $priceSetID && !$is_quick_config}
<div class="header-dark">
{ts}Contribution Information{/ts}
{ts}Contribution Information{/ts}{if $display_name} &ndash; {$display_name}{/if}
</div>
{assign var="totalAmount" value=$pendingAmount}
{include file="CRM/Price/Page/LineItem.tpl" context="Contribution"}
Expand Down

0 comments on commit 29791fd

Please sign in to comment.