add customer status column to customer & most other reports. also put the C in ACL...
[freeside.git] / httemplate / search / report_receivables.html
index 1ae4b8e..21ca1e1 100755 (executable)
@@ -13,4 +13,9 @@
 
   </BODY>
 </HTML>
+<%init>
 
+die "access denied"
+  unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
+
+</%init>