X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_bill.cgi;h=02dbf558f89bf5050d2715e7e38bd51f91cb4ab0;hp=d6d942b1b21b0a62767423d6245d39d74ceaa55d;hb=91387f8f489e561deaf1de052d80ef800a4970a3;hpb=1904d44bb20adf403e21513db7470153f751d605 diff --git a/httemplate/search/cust_bill.cgi b/httemplate/search/cust_bill.cgi index d6d942b1b..02dbf558f 100755 --- a/httemplate/search/cust_bill.cgi +++ b/httemplate/search/cust_bill.cgi @@ -1,5 +1,5 @@ <% -# +# use strict; use vars qw ( $cgi $invnum $query $sortby @cust_bill ); @@ -67,7 +67,7 @@ if ( scalar(@cust_bill) == 1 ) { eidiot("Invoice not found."); } else { my $total = scalar(@cust_bill); - print $cgi->header( '-expires' => 'now' ), + print $cgi->header( @FS::CGI::header ), &header("Invoice Search Results", menubar( 'Main Menu', popurl(2) )), "$total matching invoices found
", &table(), <