diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-01-02 19:47:44 -0500 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-01-02 19:47:44 -0500 |
commit | ca2f12276eb88b2e71762c76974ae564f008b8c1 (patch) | |
tree | 84ea86c8cae2029fc71c441f76758ef660a078db /httemplate/misc | |
parent | 4d873df8a99f87a6427a58ccd3e69b1c9474f44a (diff) |
RT# 34134 - removed payment amount field from payment screen, added 3 payment options (pay full balance, pay specific invoice, pay another amount) which will prefill the payment amount field.
Diffstat (limited to 'httemplate/misc')
-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 35f57e8d6..7bf1713ff 100644 --- a/httemplate/misc/payment.cgi +++ b/httemplate/misc/payment.cgi @@ -12,7 +12,8 @@ <TABLE class="fsinnerbox"> - <& /elements/tr-amount_fee.html, + <& /elements/tr-select-payment_options.html, + 'custnum' => $cust_main->custnum, 'amount' => $amount, 'process-pkgpart' => scalar($conf->config('manual_process-pkgpart', $cust_main->agentnum)), |