summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-05-16 09:15:39 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-06-19 12:51:20 -0400
commit701415fd9948ad8b3a8fb8468b7fcc573a5b65ea (patch)
treed5f60ca9c831a0a2e7004694489c0e30f422362f
parentc6df39fee9ee1403743e60f86d2773808eeb119d (diff)
RT# 34134 - fixed initial display of surcharge amount
-rw-r--r--httemplate/elements/tr-amount_fee.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-amount_fee.html b/httemplate/elements/tr-amount_fee.html
index 3ad2cdf06..1c78d7ec1 100644
--- a/httemplate/elements/tr-amount_fee.html
+++ b/httemplate/elements/tr-amount_fee.html
@@ -32,7 +32,7 @@
<INPUT TYPE="hidden" NAME="surcharge_percentage" ID="surcharge_percentage" VALUE="<% $surcharge_percentage %>">
<INPUT TYPE="hidden" NAME="surcharge_flatfee" ID="surcharge_flatfee" VALUE="<% $surcharge_flatfee %>">
</TD><TD ID="ajax_surcharge_cell" BGCOLOR="#dddddd" STYLE="border:1px solid blue">
- <FONT SIZE="+1">A credit card surcharge of <% $money_char. sprintf('%.2f', ($amount * $surcharge_percentage) + $surcharge_flatfee) %> is included in this payment</FONT>
+ <FONT SIZE="+1">A credit card surcharge of <% $money_char. sprintf('%.2f', $surcharge) %> is included in this payment</FONT>
% }
</TD></TR></TABLE>
</TD>