X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_prepaid_income.html;h=81adb64adb8612a6d91fdc753ea2a8683344e1bc;hb=79f1e3f6d8172bbb4e85bc063f19ba0010c9253f;hp=4359918f99ff04f61bd449f87a61a306f0f687fb;hpb=2c757d7db4cb6a7b9655de13206fcc84fb7ce61f;p=freeside.git diff --git a/httemplate/search/report_prepaid_income.html b/httemplate/search/report_prepaid_income.html index 4359918f9..81adb64ad 100644 --- a/httemplate/search/report_prepaid_income.html +++ b/httemplate/search/report_prepaid_income.html @@ -1,4 +1,4 @@ -<%= include('/elements/header.html', 'Prepaid Income (Unearned Revenue) Report', +<% include('/elements/header.html', 'Prepaid Income (Unearned Revenue) Report', '', '', ' @@ -34,4 +34,10 @@ -<%= include('/elements/footer.html') %> +<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + +