X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftr-amount_fee.html;h=42636cfe4e3438cd6bcc1d45c619191e49bd46b1;hp=a84fef6ec824ea57d7ab122818fe591042fe7dcb;hb=37e92c220a54636ebc7900cd59ec6ce56790ede8;hpb=85aeb9ff889959bb3f6c91e318ef856833efd504 diff --git a/httemplate/elements/tr-amount_fee.html b/httemplate/elements/tr-amount_fee.html index a84fef6ec..42636cfe4 100644 --- a/httemplate/elements/tr-amount_fee.html +++ b/httemplate/elements/tr-amount_fee.html @@ -5,10 +5,10 @@ <% $money_char %> -% if ($fee || $surcharge_percentage || $surcharge_flatfee ) { +% if ( $processing_fee ) { + + <% mt('Apply processing fee') |h %> + + + + +
+ + + A processing fee of <% $processing_fee %> is being applied to this transaction. +
+ + +% } + +% if ($fee || $surcharge_percentage || $surcharge_flatfee || $processing_fee) {