diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-06-26 12:42:36 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-26 12:42:36 -0700 |
commit | 83b8a19421cb0e62234485961c35154d1357c61b (patch) | |
tree | ee051d1b24e9259b866a795c599dbca8367ece5c | |
parent | aeff233f8695153dbbce6a6b5db1b53869296137 (diff) |
fix package summary report, RT#18309
-rw-r--r-- | httemplate/search/cust_pkg_summary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_pkg_summary.html b/httemplate/search/cust_pkg_summary.html index f9adf044e..8c05f7382 100644 --- a/httemplate/search/cust_pkg_summary.html +++ b/httemplate/search/cust_pkg_summary.html @@ -23,6 +23,6 @@ <%init> die "access denied" - unless $curuser->access_right('Summarize packages'); + unless $FS::CurrentUser::CurrentUser->access_right('Summarize packages'); </%init> |