summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2002-05-27 06:53:06 +0000
committerivan <ivan>2002-05-27 06:53:06 +0000
commite1be5ef574d0aa9fad3fda9828f3853d2444e9f7 (patch)
treed99d0c9a2e9868c1f3277828ba2ee718affb3a5e /httemplate
parent4920ad2671d712afe23d731e25bc5b53955397b7 (diff)
fix javascript bug reported by baloo@gimpgirl.com, thanks
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/edit/cust_bill_pay.cgi9
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="">';