From c93520accf00e15095e7af5fcb59caed2bd9e556 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 18 Jan 1999 09:22:42 +0000 Subject: changes to track email addresses for email invoicing --- htdocs/search/cust_pkg.cgi | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) (limited to 'htdocs/search/cust_pkg.cgi') diff --git a/htdocs/search/cust_pkg.cgi b/htdocs/search/cust_pkg.cgi index d1db3747a..c198a56b6 100755 --- a/htdocs/search/cust_pkg.cgi +++ b/htdocs/search/cust_pkg.cgi @@ -1,11 +1,14 @@ #!/usr/bin/perl -Tw # -# $Id: cust_pkg.cgi,v 1.3 1998-12-23 03:05:59 ivan Exp $ +# $Id: cust_pkg.cgi,v 1.4 1999-01-18 09:22:33 ivan Exp $ # # based on search/svc_acct.cgi ivan@sisd.com 98-jul-17 # # $Log: cust_pkg.cgi,v $ -# Revision 1.3 1998-12-23 03:05:59 ivan +# Revision 1.4 1999-01-18 09:22:33 ivan +# changes to track email addresses for email invoicing +# +# Revision 1.3 1998/12/23 03:05:59 ivan # $cgi->keywords instead of $cgi->query_string # # Revision 1.2 1998/12/17 09:41:09 ivan @@ -65,8 +68,7 @@ if ( scalar(@cust_pkg) == 1 ) { exit; } else { my($total)=scalar(@cust_pkg); - CGI::Base::SendHeaders(); # one guess - print header('Package Search Results',''), <header, header('Package Search Results',''), < @@ -77,8 +79,6 @@ if ( scalar(@cust_pkg) == 1 ) { END - my($lines)=16; - my($lcount)=$lines; my(%saw,$cust_pkg); foreach $cust_pkg ( sort $sortby grep(!$saw{$_->pkgnum}++, @cust_pkg) @@ -98,20 +98,7 @@ END $company END - if ($lcount-- == 0) { # lots of little tables instead of one big one - $lcount=$lines; - print < - - - - - - - -END - } + } print <
Package #Customer #NameCompany -