& /elements/header.html, mt($title, @title_arg) &>
<& /elements/footer.html &> <%init> die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('List invoices'); my $conf = new FS::Conf; my $title = 'Invoice Report'; #false laziness w/report_cust_pkg.html my @title_arg = (); my $custnum = ''; my $cust_main = ''; if ( $cgi->param('custnum') =~ /^(\d+)$/ ) { $custnum = $1; $cust_main = qsearchs({ 'table' => 'cust_main', 'hashref' => { 'custnum' => $custnum }, 'extra_sql' => ' AND '. $FS::CurrentUser::CurrentUser->agentnums_sql, }) or die "unknown custnum $custnum"; $title .= ': [_1]'; push @title_arg, $cust_main->name; } %init>