diff options
author | ivan <ivan> | 2002-05-27 06:53:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-05-27 06:53:06 +0000 |
commit | e1be5ef574d0aa9fad3fda9828f3853d2444e9f7 (patch) | |
tree | d99d0c9a2e9868c1f3277828ba2ee718affb3a5e | |
parent | 4920ad2671d712afe23d731e25bc5b53955397b7 (diff) |
fix javascript bug reported by baloo@gimpgirl.com, thanks
-rwxr-xr-x | httemplate/edit/cust_bill_pay.cgi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/httemplate/edit/cust_bill_pay.cgi b/httemplate/edit/cust_bill_pay.cgi index d90659724..8cdf4509a 100755 --- a/httemplate/edit/cust_bill_pay.cgi +++ b/httemplate/edit/cust_bill_pay.cgi @@ -59,14 +59,13 @@ foreach my $cust_bill ( @cust_bill ) { END } -#print <<END; # if ( cust_bill == "Refund" ) { # what.form.amount.value = "$credited"; # } -#} -#</SCRIPT> -#END -print "</SCRIPT>\n"; +print <<END; +} +</SCRIPT> +END print qq!<BR>Invoice #<SELECT NAME="invnum" SIZE=1 onChange="changed(this)">!, '<OPTION VALUE="">'; |