X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htdocs%2Fsearch%2Fcust_main.cgi;h=9af2fce7b674cbd022ab919b8fe16b66909783b3;hb=4704b155c817d88cda363550b9c0c0e05eb80cb0;hp=099b3c0e83941674a2c86fb102050dbcd98d0bb5;hpb=e3843e0a3823b0d67dc891a0965f2dad4d0bdc10;p=freeside.git diff --git a/htdocs/search/cust_main.cgi b/htdocs/search/cust_main.cgi index 099b3c0e8..9af2fce7b 100755 --- a/htdocs/search/cust_main.cgi +++ b/htdocs/search/cust_main.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: cust_main.cgi,v 1.11 1999-04-09 04:22:34 ivan Exp $ +# $Id: cust_main.cgi,v 1.12 1999-07-17 10:38:52 ivan Exp $ # # Usage: post form to: # http://server.name/path/cust_main.cgi @@ -17,7 +17,11 @@ # display total, use FS::CGI ivan@sisd.com 98-jul-17 # # $Log: cust_main.cgi,v $ -# Revision 1.11 1999-04-09 04:22:34 ivan +# Revision 1.12 1999-07-17 10:38:52 ivan +# scott nelson noticed this mod_perl-triggered bug and +# gave me a great bugreport at the last rhythmethod +# +# Revision 1.11 1999/04/09 04:22:34 ivan # also table() # # Revision 1.10 1999/04/09 03:52:55 ivan @@ -81,6 +85,7 @@ if ( $cgi->keywords ) { @cust_main=qsearch('cust_main',{}); } } else { + @cust_main=(); &cardsearch if ( $cgi->param('card_on') && $cgi->param('card') ); &lastsearch if ( $cgi->param('last_on') && $cgi->param('last_text') ); &companysearch if ( $cgi->param('company_on') && $cgi->param('company_text') );