add customer status column to customer & most other reports. also put the C in ACL...
[freeside.git] / httemplate / search / report_cust_pkg.html
index 2193cac..92138b5 100755 (executable)
@@ -46,3 +46,9 @@
 </FORM>
 
 <% include('/elements/footer.html') %>
+<%init>
+
+die "access denied"
+  unless $FS::CurrentUser::CurrentUser->access_right('List packages');
+
+</%init>