add customer status column to customer & most other reports. also put the C in ACL...
[freeside.git] / httemplate / graph / report_cust_bill_pkg.html
index c81e1e0..c18e94d 100644 (file)
@@ -27,3 +27,9 @@
 </FORM>
 
 <% include('/elements/footer.html') %>
+<%init>
+
+die "access denied"
+  unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
+
+</%init>