X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_prepaid_income.html;h=81adb64adb8612a6d91fdc753ea2a8683344e1bc;hb=1a72d908b362257846be512cd514b6d634372974;hp=305441db791b48b9bb97fbf87446d75cdf344d4a;hpb=3ce7691203a7737406bf2d4442f7fd84b81f847e;p=freeside.git diff --git a/httemplate/search/report_prepaid_income.html b/httemplate/search/report_prepaid_income.html index 305441db7..81adb64ad 100644 --- a/httemplate/search/report_prepaid_income.html +++ b/httemplate/search/report_prepaid_income.html @@ -35,3 +35,9 @@ <% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + +