X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_prepaid_income.html;h=81adb64adb8612a6d91fdc753ea2a8683344e1bc;hb=c648976f0b7975f2328ebd7ba8c711fad0ca4195;hp=e8b6ac4b18dc7472a08b2da707358d126a1365cb;hpb=5fc8c5edf574ab024d4646914b6432d458e2ffbd;p=freeside.git diff --git a/httemplate/search/report_prepaid_income.html b/httemplate/search/report_prepaid_income.html index e8b6ac4b1..81adb64ad 100644 --- a/httemplate/search/report_prepaid_income.html +++ b/httemplate/search/report_prepaid_income.html @@ -1,14 +1,14 @@ - - - Prepaid Income (Unearned Revenue) Report - - - - - - -

Prepaid Income (Unearned Revenue) Report

-
+<% include('/elements/header.html', 'Prepaid Income (Unearned Revenue) Report', + '', + '', + ' + + + + ' +) %> + + @@ -32,8 +32,12 @@ }); - - - -
Prepaid income (unearned revenue) as of
+ + +<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); +