cope with poor tax liability report performance by allowing queuing of reports RT...
[freeside.git] / httemplate / search / report_queued_newtax.cgi
1 <% include("/elements/header.html", "Queue Tax Report") %>
2 <% include("/elements/error.html") %>
3 % unless ($error) {
4   <CENTER>
5   Report queued.  Check the job queue for status.
6   </CENTER>
7 % }
8 <% include("/elements/footer.html") %>
9 <%init>
10
11 die "access denied"
12   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
13
14 my $error = FS::tax_rate::queue_liability_report($cgi);
15
16 </%init>