[freeside-commits] branch master updated. 2eea268a59cf357853e31ff8d5db6033e4bdc8ea

Christopher Burger burgerc at freeside.biz
Fri May 11 17:44:49 PDT 2018


The branch, master has been updated
       via  2eea268a59cf357853e31ff8d5db6033e4bdc8ea (commit)
       via  18bc864bfbf806ea49323094f2f571e9cefd0498 (commit)
      from  4171d4440a6bf042f342095f13439a5f9d27487d (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 2eea268a59cf357853e31ff8d5db6033e4bdc8ea
Merge: 18bc864bf 4171d4440
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Fri May 11 20:44:16 2018 -0400

    Merge branch 'master' of ssh://git.freeside.biz/home/git/freeside


commit 18bc864bfbf806ea49323094f2f571e9cefd0498
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Fri May 11 20:43:48 2018 -0400

    RT# 79737 - fixed error in code

diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi
index de060b010..4f6f7ef75 100644
--- a/httemplate/misc/payment.cgi
+++ b/httemplate/misc/payment.cgi
@@ -25,7 +25,7 @@
              ? scalar($conf->config('credit-card-surcharge-percentage', $cust_main->agentnum))
              : 0
          ),
-       'surcharge_flatfee:Q' =>
+       'surcharge_flatfee' =>
          ( $payby eq 'CARD'
              ? scalar($conf->config('credit-card-surcharge-flatfee', $cust_main->agentnum))
              : 0

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

Summary of changes:
 httemplate/misc/payment.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list