add customer status column to customer & most other reports. also put the C in ACL...
[freeside.git] / httemplate / search / report_prepaid_income.html
index 305441d..81adb64 100644 (file)
@@ -35,3 +35,9 @@
 <INPUT TYPE="submit" VALUE="Generate report">
 
 <% include('/elements/footer.html') %>
+<%init>
+
+die "access denied"
+  unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
+
+</%init>