X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fgraph%2Freport_cust_bill_pkg.html;h=c18e94d5d7df5d4c41d67e5164696c51aef6a901;hb=1d719ccff55b1a82208fdf44b6dcd2da96b3c42e;hp=c81e1e0e82fd5ee2c13f0af139bc446ea975066d;hpb=00d879f025283fd06f5ceaf427cc51fef71620f8;p=freeside.git diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index c81e1e0e8..c18e94d5d 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -27,3 +27,9 @@ <% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + +