From 963a290ad2d9a89b45b66ac9d9ccdd612a756f11 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 25 Jan 1999 12:26:17 +0000 Subject: yet more mod_perl stuff --- htdocs/view/cust_bill.cgi | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'htdocs/view/cust_bill.cgi') diff --git a/htdocs/view/cust_bill.cgi b/htdocs/view/cust_bill.cgi index 44e3a4a1b..1989726a3 100755 --- a/htdocs/view/cust_bill.cgi +++ b/htdocs/view/cust_bill.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: cust_bill.cgi,v 1.6 1999-01-19 05:14:18 ivan Exp $ +# $Id: cust_bill.cgi,v 1.7 1999-01-25 12:26:03 ivan Exp $ # # Note: Should be run setuid freeside as user nobody. # @@ -25,7 +25,10 @@ # also print 'printed' field ivan@sisd.com 98-jul-10 # # $Log: cust_bill.cgi,v $ -# Revision 1.6 1999-01-19 05:14:18 ivan +# Revision 1.7 1999-01-25 12:26:03 ivan +# yet more mod_perl stuff +# +# Revision 1.6 1999/01/19 05:14:18 ivan # for mod_perl: no more top-level my() variables; use vars instead # also the last s/create/new/; # @@ -75,7 +78,7 @@ print $cgi->header( '-expires' => 'now' ), header('Invoice View', menubar( Enter payments (check/cash) against this invoice
Reprint this invoice

(Printed $printed times) -
+    
 END
 
 print $cust_bill->print_text;
-- 
cgit v1.2.1