X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main_county-expand.cgi;h=c344e91ae3099587c5c8f241bcc2feefa9f205f9;hp=4460ee8ad6db36ab56daf632b151a293f14c93dd;hb=91387f8f489e561deaf1de052d80ef800a4970a3;hpb=1904d44bb20adf403e21513db7470153f751d605 diff --git a/httemplate/edit/cust_main_county-expand.cgi b/httemplate/edit/cust_main_county-expand.cgi index 4460ee8ad..c344e91ae 100755 --- a/httemplate/edit/cust_main_county-expand.cgi +++ b/httemplate/edit/cust_main_county-expand.cgi @@ -1,5 +1,5 @@ <% -# +# 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), ));