X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fmsg_template%2Femail.html;h=a400bc804d828518beadbae5c52e057a1d6ec511;hp=53f538b11d33d892d9b2479ac7b870cb4235cc0c;hb=2009d9cee8038aeff5b4313113fc23f546455cf5;hpb=f32ac83068c6211f829f1688a1a9cdec71bc6ec7 diff --git a/httemplate/edit/msg_template/email.html b/httemplate/edit/msg_template/email.html index 53f538b11..a400bc804 100644 --- a/httemplate/edit/msg_template/email.html +++ b/httemplate/edit/msg_template/email.html @@ -297,6 +297,7 @@ my %substitutions = ( 'cust_pay' => [ '$paynum' => 'Payment#', '$paid' => 'Amount', + '$processing_fee' => 'Processing fee', '$payby' => 'Payment method', '$date' => 'Payment date', '$payinfo' => 'Card/account# (masked)', @@ -372,6 +373,7 @@ Substitutions: ' Enclose substitutions and other Perl expressions in braces:
{ $name } = ExampleCo (Smith, John)
{ time2str("%D", time) } = '.time2str("%D", time).' +
{ "processing fee of $processing_fee" if $processing_fee; } = Will display text if there is a processing fee

'; $sidebar .= include('/elements/template_image-dialog.html', 'callback' => 'insertHtml'