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