summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-09-10 17:25:11 -0700
committerIvan Kohler <ivan@freeside.biz>2012-09-10 17:25:11 -0700
commit97bd512eba99c5d3b6c6f5ae5bfeaa48eeee1cd4 (patch)
tree42c9298139959cd32799d7d1fce3b843438d3f97 /httemplate
parentcaaa554c0f4550b23b97b2de76aee2bdd12252ba (diff)
make selfservice_process-pkgpart and manual_process-pkgpart into agent overrides, RT#19304
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/misc/payment.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi
index b4e3a6f82..5b9f63dc0 100644
--- a/httemplate/misc/payment.cgi
+++ b/httemplate/misc/payment.cgi
@@ -12,7 +12,8 @@
<& /elements/tr-amount_fee.html,
'amount' => $amount,
- 'process-pkgpart' => scalar($conf->config('manual_process-pkgpart')),
+ 'process-pkgpart' =>
+ scalar($conf->config('manual_process-pkgpart', $cust_main->agentnum)),
'process-display' => scalar($conf->config('manual_process-display')),
'process-skip_first' => $conf->exists('manual_process-skip_first'),
'num_payments' => scalar($cust_main->cust_pay),