add customer status column to customer & most other reports. also put the C in ACL...
[freeside.git] / httemplate / search / report_cdr.html
index c480c05..819ba21 100644 (file)
@@ -9,4 +9,9 @@ Status: <SELECT NAME="freesidestatus">
 <INPUT TYPE="submit" VALUE="Search Call Detail Records">
 
 <% include('/elements/footer.html') %>
+<%init>
 
+die "access denied"
+  unless $FS::CurrentUser::CurrentUser->access_right('List rating data');
+
+</%init>