projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add new conditions: package balances and N times, RT#11834
[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>