From: Christopher Burger Date: Wed, 16 May 2018 13:15:39 +0000 (-0400) Subject: RT# 34134 - fixed initial display of surcharge amount X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=701415fd9948ad8b3a8fb8468b7fcc573a5b65ea;p=freeside.git RT# 34134 - 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 @@ - 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 % }