diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-09-10 17:26:39 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-09-10 17:26:39 -0700 |
| commit | 86bc5cdcde76e575550da249beeb33a4069fcca4 (patch) | |
| tree | bf2bc33b8b1d724f67b758862757bbea4c81c6e1 /httemplate/misc/payment.cgi | |
| parent | 0956674f4acf255ea9f73c52048b727b81c4e555 (diff) | |
make selfservice_process-pkgpart and manual_process-pkgpart into agent overrides, RT#19304
Diffstat (limited to 'httemplate/misc/payment.cgi')
| -rw-r--r-- | httemplate/misc/payment.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi index 2d7307233..fd6991ebd 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), |
