summaryrefslogtreecommitdiff
path: root/httemplate/search/report_receivables.html
diff options
context:
space:
mode:
authormark <mark>2009-06-18 01:17:09 +0000
committermark <mark>2009-06-18 01:17:09 +0000
commitb236545e63f3653203baba2785506dbafe88a22a (patch)
tree70cbfd8480e49d2aa67195836393115e9893aca5 /httemplate/search/report_receivables.html
parent94ff0d1fe71494acad3cb252b1054c2768671c4a (diff)
Fix receivables report ACL checks and menu
Diffstat (limited to 'httemplate/search/report_receivables.html')
-rwxr-xr-xhttemplate/search/report_receivables.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html
index 4f29b06..bfb0169 100755
--- a/httemplate/search/report_receivables.html
+++ b/httemplate/search/report_receivables.html
@@ -35,6 +35,7 @@
<%init>
die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Receivables report');
+ unless $FS::CurrentUser::CurrentUser->access_right('Receivables report')
+ or $FS::CurrentUser::CurrentUser->access_right('Financial reports');
</%init>