add customer status column to customer & most other reports. also put the C in ACL...
[freeside.git] / httemplate / search / cust_bill_event.html
index 2aa2ccc..334bda3 100755 (executable)
@@ -56,3 +56,9 @@
     </FORM>
 
 <% include('/elements/footer.html') %>
+<%init>
+
+die "access denied"
+  unless $FS::CurrentUser::CurrentUser->access_right('Billing event reports');
+
+</%init>