add customer status column to customer & most other reports. also put the C in ACL...
[freeside.git] / httemplate / search / report_tax.html
index 6e78d35..35b290c 100755 (executable)
@@ -34,3 +34,9 @@
 </FORM>
 
 <% include('/elements/footer.html') %>
+<%init>
+
+die "access denied"
+  unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
+
+</%init>