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/?p=freeside.git;a=commitdiff_plain;h=86448cce000b5c1db8e33b7884b6acd6ea7906c6 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 % }