diff options
author | mark <mark> | 2011-12-07 05:50:33 +0000 |
---|---|---|
committer | mark <mark> | 2011-12-07 05:50:33 +0000 |
commit | ee2ee290c82013f870e2b23e4235e70998e59ee1 (patch) | |
tree | 73ab6f5bd5d88a6dcabb13d48b6d951d5a7a8373 /httemplate/misc/payment.cgi | |
parent | 71d417238c392886be01ac93896399c3dbfa2e16 (diff) |
minor refactor and better safeguards on term discounts, #15068
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 b2baebd07..4a867d28d 100644 --- a/httemplate/misc/payment.cgi +++ b/httemplate/misc/payment.cgi @@ -14,6 +14,7 @@ <TD COLSPAN=7> <TABLE><TR><TD BGCOLOR="#ffffff"> <% $money_char %><INPUT NAME = "amount" + ID = "amount" TYPE = "text" VALUE = "<% $amount %>" SIZE = 8 @@ -67,7 +68,7 @@ <& /elements/tr-select-discount_term.html, 'custnum' => $custnum, - 'cgi' => $cgi + 'amount_id' => 'amount', &> % if ( $payby eq 'CARD' ) { |