quick list of area codes and a kludge to print DA numbers for all of them
[freeside.git] / httemplate / search / report_tax.html
index 6e78d35..e5ffa9a 100755 (executable)
@@ -4,7 +4,7 @@
 
 <TABLE>
 
- <% include( '/elements/tr-select-agent.html' ) %>
+ <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %>
 
  <% include( '/elements/tr-input-beginning_ending.html' ) %>
 % my $conf = new FS::Conf;
@@ -34,3 +34,9 @@
 </FORM>
 
 <% include('/elements/footer.html') %>
+<%init>
+
+die "access denied"
+  unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
+
+</%init>