Form 477 update for 2022+ reporting (2020 census data), RT#86245 (New FS::Misc::Geo...
[freeside.git] / httemplate / search / report_queued_newtax.cgi
1 <% $server->process %>
2 <%init>
3
4 die "access denied"
5   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
6
7 my $server =
8    new FS::UI::Web::JSRPC 'FS::tax_rate::queue_liability_report', $cgi;
9
10 </%init>