From 8f47a838311c8bdc7823bdb9bbf0859e59d4a8c6 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Wed, 16 May 2018 09:15:39 -0400 Subject: [PATCH] RT# 34131 - fixed initial display of surcharge amount --- httemplate/elements/tr-amount_fee.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ - A credit card surcharge of <% $money_char. sprintf('%.2f', ($amount * $surcharge_percentage) + $surcharge_flatfee) %> is included in this payment + A credit card surcharge of <% $money_char. sprintf('%.2f', $surcharge) %> is included in this payment % } -- 2.11.0