X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main.cgi;h=f5662fd8768ba1d5c8ed9051263401e5bf52a08e;hp=d271dad46bdbc7a0b21390ad73c577e33a4d8089;hb=91387f8f489e561deaf1de052d80ef800a4970a3;hpb=1904d44bb20adf403e21513db7470153f751d605 diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index d271dad46..f5662fd87 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -1,5 +1,5 @@ <% -# +# use vars qw( $cgi $custnum $action $cust_main $p1 @agents $agentnum $last $first $ss $company $address1 $address2 $city $zip @@ -74,7 +74,7 @@ $action = $custnum ? 'Edit' : 'Add'; # top $p1 = popurl(1); -print $cgi->header( '-expires' => 'now' ), header("Customer $action", ''); +print $cgi->header( @FS::CGI::header ), header("Customer $action", ''); print qq!Error: !, $error, "" if $error;