add customer status column to customer & most other reports. also put the C in ACL...
[freeside.git] / httemplate / search / report_cust_bill.html
index ec57d20..4fa09f9 100644 (file)
@@ -26,3 +26,9 @@
 </FORM>
 
 <% include('/elements/footer.html') %>
+<%init>
+
+die "access denied"
+  unless $FS::CurrentUser::CurrentUser->access_right('List invoices');
+
+</%init>