diff options
Diffstat (limited to 'htdocs/edit/cust_main_county-expand.cgi')
-rwxr-xr-x | htdocs/edit/cust_main_county-expand.cgi | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/htdocs/edit/cust_main_county-expand.cgi b/htdocs/edit/cust_main_county-expand.cgi index 9b687993f..eccb1d934 100755 --- a/htdocs/edit/cust_main_county-expand.cgi +++ b/htdocs/edit/cust_main_county-expand.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: cust_main_county-expand.cgi,v 1.2 1998-11-18 09:01:38 ivan Exp $ +# $Id: cust_main_county-expand.cgi,v 1.3 1998-12-17 06:17:01 ivan Exp $ # # ivan@sisd.com 97-dec-16 # @@ -10,7 +10,10 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: cust_main_county-expand.cgi,v $ -# Revision 1.2 1998-11-18 09:01:38 ivan +# Revision 1.3 1998-12-17 06:17:01 ivan +# fix double // in relative URLs, s/CGI::Base/CGI/; +# +# Revision 1.2 1998/11/18 09:01:38 ivan # i18n! i18n! # @@ -34,10 +37,11 @@ my($taxnum)=$1; my($cust_main_county)=qsearchs('cust_main_county',{'taxnum'=>$taxnum}); die "Can't expand entry!" if $cust_main_county->getfield('county'); +my $p1 = popurl(1); print $cgi->header, header("Tax Rate (expand)", menubar( 'Main Menu' => popurl(2), )), <<END; - <FORM ACTION="process/cust_main_county-expand.cgi" METHOD=POST> + <FORM ACTION="${p1}process/cust_main_county-expand.cgi" METHOD=POST> <INPUT TYPE="hidden" NAME="taxnum" VALUE="$taxnum"> Separate by <INPUT TYPE="radio" NAME="delim" VALUE="n" CHECKED>line |