From e3843e0a3823b0d67dc891a0965f2dad4d0bdc10 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 9 Apr 1999 04:22:34 +0000 Subject: also table() --- htdocs/view/cust_main.cgi | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'htdocs/view/cust_main.cgi') diff --git a/htdocs/view/cust_main.cgi b/htdocs/view/cust_main.cgi index 4bde0be28..6f6c33540 100755 --- a/htdocs/view/cust_main.cgi +++ b/htdocs/view/cust_main.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: cust_main.cgi,v 1.15 1999-04-09 03:52:55 ivan Exp $ +# $Id: cust_main.cgi,v 1.16 1999-04-09 04:22:34 ivan Exp $ # # Usage: cust_main.cgi custnum # http://server.name/path/cust_main.cgi?custnum @@ -31,7 +31,10 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: cust_main.cgi,v $ -# Revision 1.15 1999-04-09 03:52:55 ivan +# Revision 1.16 1999-04-09 04:22:34 ivan +# also table() +# +# Revision 1.15 1999/04/09 03:52:55 ivan # explicit & for table/itable/ntable # # Revision 1.14 1999/04/08 04:04:37 ivan @@ -235,7 +238,7 @@ print qq!

Packages !, #display packages #formatting -print qq!!, &table, "\n", +print qq!!, &table(), "\n", qq!Package!, qq!DatesServices\n!, qq!Setup!, -- cgit v1.2.1