add customer status column to customer & most other reports. also put the C in ACL...
[freeside.git] / httemplate / search / cust_main-otaker.cgi
index 210172f..0c252e4 100755 (executable)
@@ -23,3 +23,9 @@ Search for <B>Order taker</B>:
 </FORM>
 
 <% include('/elements/footer.html') %>
+<%init>
+
+die "access denied"
+  unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+
+</%init>