summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/freeside.css2
-rw-r--r--httemplate/misc/payment.cgi2
2 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css
index c98fdcbc5..a14ce751f 100644
--- a/httemplate/elements/freeside.css
+++ b/httemplate/elements/freeside.css
@@ -237,7 +237,7 @@ div.fstabcontainer {
font-weight:normal;
font-size:80%;
vertical-align: top;
- padding-top: 3px;
+ padding-top: 5px;
color: #666666;
}
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi
index a3db58f72..24248eb27 100644
--- a/httemplate/misc/payment.cgi
+++ b/httemplate/misc/payment.cgi
@@ -21,7 +21,7 @@
'num_payments' => scalar($cust_main->cust_pay),
'surcharge_percentage' =>
( $payby eq 'CARD'
- ? scalar($conf->config('credit-card-surcharge-percentage'))
+ ? scalar($conf->config('credit-card-surcharge-percentage', $cust_main->agentnum))
: 0
),
&>