[freeside-commits] branch master updated. 37e92c220a54636ebc7900cd59ec6ce56790ede8
Christopher Burger
burgerc at freeside.biz
Tue Jun 25 05:28:05 PDT 2019
The branch, master has been updated
via 37e92c220a54636ebc7900cd59ec6ce56790ede8 (commit)
from 632fe1bb8d84b2dd069197b18452cc7c131abee9 (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 37e92c220a54636ebc7900cd59ec6ce56790ede8
Author: Christopher Burger <burgerc at freeside.biz>
Date: Tue Jun 25 08:27:29 2019 -0400
RT# 82137 - default payment amount now has processing fee in total if processing fee exists.
diff --git a/httemplate/elements/tr-amount_fee.html b/httemplate/elements/tr-amount_fee.html
index 42132e09a..42636cfe4 100644
--- a/httemplate/elements/tr-amount_fee.html
+++ b/httemplate/elements/tr-amount_fee.html
@@ -140,6 +140,8 @@ if ( $amount ) {
$amount += $surcharge;
+ $amount += $processing_fee; ## needed if processing fee is checked on default.
+
$amount = sprintf("%.2f", $amount);
}
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/tr-amount_fee.html | 2 ++
1 file changed, 2 insertions(+)
More information about the freeside-commits
mailing list