X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftr-amount_fee.html;h=40f55e7a3169a64a16f6d6b131a0b8f81010f024;hp=94795de37dacf3726c1211b1883331ca15e22440;hb=07ed221540128b8c75f4cb5a2af1e01b25fa8e18;hpb=94b60bb13c044e436800239be3e3c5a029bdff8e diff --git a/httemplate/elements/tr-amount_fee.html b/httemplate/elements/tr-amount_fee.html index 94795de37..40f55e7a3 100644 --- a/httemplate/elements/tr-amount_fee.html +++ b/httemplate/elements/tr-amount_fee.html @@ -5,7 +5,7 @@ <% $money_char %>
- + A processing fee of <% $processing_fee %> is being applied to this transaction. @@ -140,6 +140,8 @@ if ( $amount ) { $amount += $surcharge; + $amount += $processing_fee; ## needed if processing fee is checked on default. + $amount = sprintf("%.2f", $amount); }