summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main_county-expand.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/cust_main_county-expand.cgi')
-rwxr-xr-xhttemplate/edit/cust_main_county-expand.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main_county-expand.cgi b/httemplate/edit/cust_main_county-expand.cgi
index 4460ee8..c344e91 100755
--- a/httemplate/edit/cust_main_county-expand.cgi
+++ b/httemplate/edit/cust_main_county-expand.cgi
@@ -1,5 +1,5 @@
<%
-#<!-- $Id: cust_main_county-expand.cgi,v 1.3 2001-08-31 07:28:00 ivan Exp $ -->
+#<!-- $Id: cust_main_county-expand.cgi,v 1.4 2001-10-26 10:24:56 ivan Exp $ -->
use strict;
use vars qw( $cgi $taxnum $cust_main_county $p1 $delim $expansion );
@@ -32,7 +32,7 @@ $cust_main_county = qsearchs('cust_main_county',{'taxnum'=>$taxnum})
die "Can't expand entry!" if $cust_main_county->getfield('county');
$p1 = popurl(1);
-print $cgi->header( '-expires' => 'now' ), header("Tax Rate (expand)", menubar(
+print $cgi->header( @FS::CGI::header ), header("Tax Rate (expand)", menubar(
'Main Menu' => popurl(2),
));