diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2019-06-25 10:55:00 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2019-06-25 13:00:41 -0400 |
| commit | c1cf74717bd47f5b89123eb1324c0e990c6dfe4d (patch) | |
| tree | a5e6dca3ff5a35485f5fabfd3fd52e97be28ee8d /httemplate/edit/msg_template.html | |
| parent | cfde6a0e4f1c3c129a1a2d8b6c4e38930c71f998 (diff) | |
RT# 82137 - added processing fee template substitution.
Conflicts:
httemplate/edit/msg_template/email.html
httemplate/elements/tr-amount_fee.html
Diffstat (limited to 'httemplate/edit/msg_template.html')
| -rw-r--r-- | httemplate/edit/msg_template.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html index 17e9966de..1fa94ab2b 100644 --- a/httemplate/edit/msg_template.html +++ b/httemplate/edit/msg_template.html @@ -291,6 +291,7 @@ my %substitutions = ( 'cust_pay' => [ '$paynum' => 'Payment#', '$paid' => 'Amount', + '$processing_fee' => 'Processing fee', '$payby' => 'Payment method', '$date' => 'Payment date', '$payinfo' => 'Card/account# (masked)', @@ -365,6 +366,7 @@ Substitutions: ' <BR>Enclose substitutions and other Perl expressions in braces: <BR>{ $name } = ExampleCo (Smith, John) <BR>{ time2str("%D", time) } = '.time2str("%D", time).' +<BR>{ "processing fee of $processing_fee" if $processing_fee; } = Will display text if there is a processing fee </FONT></TD> '; |
