diff options
| author | mark <mark> | 2011-12-07 05:50:50 +0000 |
|---|---|---|
| committer | mark <mark> | 2011-12-07 05:50:50 +0000 |
| commit | c5e31619e5a3071506cff19578e9e377753a96f4 (patch) | |
| tree | 1af9fe2e242a3db31256373d397a1ee0ca988ee3 /httemplate/misc/payment.cgi | |
| parent | 9dafe1bcc38121281d62ffe2d48eba6b8fd748e7 (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' ) { |
