summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-payment_options.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-05-11 11:12:03 -0700
committerIvan Kohler <ivan@freeside.biz>2018-05-11 11:12:03 -0700
commit4171d4440a6bf042f342095f13439a5f9d27487d (patch)
tree6715a2e911d43d8fe5333be330713a4f30f22a83 /httemplate/elements/tr-select-payment_options.html
parent715bfdf1b5b98a5431112d95b4382730e817674c (diff)
parent01c9143a54bf5e1513537547fd362822f58d1e2a (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/elements/tr-select-payment_options.html')
-rw-r--r--httemplate/elements/tr-select-payment_options.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-payment_options.html b/httemplate/elements/tr-select-payment_options.html
index 2304c22d0..8859b9b36 100644
--- a/httemplate/elements/tr-select-payment_options.html
+++ b/httemplate/elements/tr-select-payment_options.html
@@ -17,6 +17,11 @@ Example:
? scalar($conf->config('credit-card-surcharge-percentage', $cust_main->agentnum))
: 0
),
+ 'surcharge_flatfee' =>
+ ( $payby eq 'CARD'
+ ? scalar($conf->config('credit-card-surcharge-flatfee', $cust_main->agentnum))
+ : 0
+ ),
)
</%doc>