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/edit/cust_pay.cgi | |
| parent | 9dafe1bcc38121281d62ffe2d48eba6b8fd748e7 (diff) | |
minor refactor and better safeguards on term discounts, #15068
Diffstat (limited to 'httemplate/edit/cust_pay.cgi')
| -rwxr-xr-x | httemplate/edit/cust_pay.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_pay.cgi b/httemplate/edit/cust_pay.cgi index 0bb86e352..3fd9c79eb 100755 --- a/httemplate/edit/cust_pay.cgi +++ b/httemplate/edit/cust_pay.cgi @@ -43,12 +43,12 @@ <TR> <TD ALIGN="right"><% mt('Amount') |h %></TD> <TD BGCOLOR="#ffffff" ALIGN="right"><% $money_char %></TD> - <TD><INPUT TYPE="text" NAME="paid" VALUE="<% $paid %>" SIZE=8 MAXLENGTH=9> <% mt('by') |h %> <B><% mt(FS::payby->payname($payby)) |h %></B></TD> + <TD><INPUT TYPE="text" NAME="paid" ID="paid" VALUE="<% $paid %>" SIZE=8 MAXLENGTH=9> <% mt('by') |h %> <B><% mt(FS::payby->payname($payby)) |h %></B></TD> </TR> <& /elements/tr-select-discount_term.html, 'custnum' => $custnum, - 'cgi' => $cgi + 'amount_id' => 'paid', &> % if ( $payby eq 'BILL' ) { |
