diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-05-16 09:15:39 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-05-16 09:49:48 -0400 |
commit | 86448cce000b5c1db8e33b7884b6acd6ea7906c6 (patch) | |
tree | 4c00396cccf9701e029e0e1ae1a75e463d853c71 /httemplate/elements | |
parent | 6ac44318c23b868404eeaf30b7fecef98271b7d8 (diff) |
RT# 34134 - fixed initial display of surcharge amount
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/tr-amount_fee.html | 2 |
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> |