Skip to content

Commit

Permalink
Merge pull request #15263 from JMAConsulting/financial-67
Browse files Browse the repository at this point in the history
financial#67 : Check number doesn't show up if payment method name - Check changed to Cheque
  • Loading branch information
eileenmcnaughton authored Sep 11, 2019
2 parents b86d087 + d48a9d9 commit 4bbe52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Contribute/Form/ContributionView.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<td>{$payment_instrument}{if $payment_processor_name} ({$payment_processor_name}){/if}</td>
</tr>

{if $payment_instrument eq 'Check'|ts}
{if $check_number}
<tr>
<td class="label">{ts}Check Number{/ts}</td>
<td>{$check_number}</td>
Expand Down

0 comments on commit 4bbe52e

Please sign in to comment.