X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htdocs%2Fbrowse%2Fcust_main_county.cgi;h=5f2b13dc00ad27a9ad2549914a57c6f17fd3e051;hp=fc09355157415e7519c205c090cc4bd218ddd765;hb=6cd87c0d3b5280446301c647fa5f1ec5a593fa3f;hpb=19a2ec12e14b0fba549e6b31a1fd92eedcc5c350 diff --git a/htdocs/browse/cust_main_county.cgi b/htdocs/browse/cust_main_county.cgi index fc0935515..5f2b13dc0 100755 --- a/htdocs/browse/cust_main_county.cgi +++ b/htdocs/browse/cust_main_county.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: cust_main_county.cgi,v 1.3 1998-12-17 05:25:18 ivan Exp $ +# $Id: cust_main_county.cgi,v 1.7 1999-04-09 04:22:34 ivan Exp $ # # ivan@sisd.com 97-dec-13 # @@ -10,7 +10,21 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: cust_main_county.cgi,v $ -# Revision 1.3 1998-12-17 05:25:18 ivan +# Revision 1.7 1999-04-09 04:22:34 ivan +# also table() +# +# Revision 1.6 1999/04/09 03:52:55 ivan +# explicit & for table/itable/ntable +# +# Revision 1.5 1999/01/19 05:13:26 ivan +# for mod_perl: no more top-level my() variables; use vars instead +# also the last s/create/new/; +# +# Revision 1.4 1999/01/18 09:41:16 ivan +# all $cgi->header calls now include ( '-expires' => 'now' ) for mod_perl +# (good idea anyway) +# +# Revision 1.3 1998/12/17 05:25:18 ivan # fix visual and other bugs # # Revision 1.2 1998/11/18 09:01:34 ivan @@ -18,6 +32,7 @@ # use strict; +use vars qw( $cgi $p $cust_main_county ); use CGI; use CGI::Carp qw(fatalsToBrowser); use FS::UID qw(cgisuidsetup swapuid); @@ -25,13 +40,13 @@ use FS::Record qw(qsearch qsearchs); use FS::CGI qw(header menubar popurl table); use FS::cust_main_county; -my($cgi) = new CGI; +$cgi = new CGI; &cgisuidsetup($cgi); -my($p) = popurl(2); +$p = popurl(2); -print $cgi->header, header("Tax Rate Listing", menubar( +print $cgi->header( '-expires' => 'now' ), header("Tax Rate Listing", menubar( 'Main Menu' => $p, 'Edit tax rates' => $p. "edit/cust_main_county.cgi", )),<header, header("Tax Rate Listing", menubar(
Click on expand state to specify a state's tax rates by county.

END -print table, < Country State @@ -48,7 +63,6 @@ print table, < END -my($cust_main_county); foreach $cust_main_county ( qsearch('cust_main_county',{}) ) { my($hashref)=$cust_main_county->hashref; print <