summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-08-04 09:26:23 -0700
committerIvan Kohler <ivan@freeside.biz>2012-08-04 09:26:23 -0700
commit0d8eb2d4d4a372680d0fa564fbfcba0d6674b259 (patch)
tree29c9c06da1b68edef566ab7878071bf1ab0498fc /httemplate
parent56d9a1fd046c50466c4d2a1ac6fca2d3776bf86b (diff)
fix skipping processing fee for first payment, RT#18345
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/misc/payment.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi
index e221c600a..2d7307233 100644
--- a/httemplate/misc/payment.cgi
+++ b/httemplate/misc/payment.cgi
@@ -14,7 +14,7 @@
'amount' => $amount,
'process-pkgpart' => scalar($conf->config('manual_process-pkgpart')),
'process-display' => scalar($conf->config('manual_process-display')),
- 'process-skip-first' => $conf->exists('manual_process-skip_first'),
+ 'process-skip_first' => $conf->exists('manual_process-skip_first'),
'num_payments' => scalar($cust_main->cust_pay),
'surcharge_percentage' => scalar($conf->config('credit-card-surcharge-percentage')),
&>