X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_bill_event.html;h=334bda3d33582e7e1fc57763c579ae2f1c172e3b;hb=a5ca508ed3bf1bcb03df26d35d1316b3c313820a;hp=2aa2ccc6c8572f1dd048aefa5f0ce002a034069f;hpb=c8cccb4a92adceb943c635fe62dad0d034462ce0;p=freeside.git diff --git a/httemplate/search/cust_bill_event.html b/httemplate/search/cust_bill_event.html index 2aa2ccc6c..334bda3d3 100755 --- a/httemplate/search/cust_bill_event.html +++ b/httemplate/search/cust_bill_event.html @@ -56,3 +56,9 @@ <% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Billing event reports'); + +