[freeside-commits] branch master updated. 8f47a838311c8bdc7823bdb9bbf0859e59d4a8c6

Christopher Burger burgerc at freeside.biz
Wed May 16 06:24:30 PDT 2018


The branch, master has been updated
       via  8f47a838311c8bdc7823bdb9bbf0859e59d4a8c6 (commit)
      from  6ac44318c23b868404eeaf30b7fecef98271b7d8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8f47a838311c8bdc7823bdb9bbf0859e59d4a8c6
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Wed May 16 09:15:39 2018 -0400

    RT# 34131 - fixed initial display of surcharge amount

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>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/tr-amount_fee.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list