summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-01-02 19:47:44 -0500
committerChristopher Burger <burgerc@freeside.biz>2018-06-19 12:28:35 -0400
commitc187712be2bdaf85586bfcf6b4070dbe165a33dd (patch)
treecb0a3cadeea43b7944e2fad8253db93bea146cff /httemplate/misc
parent697a391b0449e62b593a6cd4931aa457d9a0c45d (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.
Conflicts: httemplate/elements/tr-select-payment_options.html
Diffstat (limited to 'httemplate/misc')
-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 b170da27b..f754f5a32 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)),