diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-12-09 12:12:16 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-12-09 12:12:16 -0800 |
| commit | e2d47a3caa18a029629030e485a868cbbcfa2acd (patch) | |
| tree | 54222a1a30bfd4d2ee8e56ffd863045c01f4e578 | |
| parent | 29a50d51e8100be4ad872104e63cc5a263b31645 (diff) | |
fix suspension report, RT#20529, fallout from #16534
| -rw-r--r-- | httemplate/search/cust_pkg_susp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_pkg_susp.html b/httemplate/search/cust_pkg_susp.html index 2ac643260..bdc3c5402 100644 --- a/httemplate/search/cust_pkg_susp.html +++ b/httemplate/search/cust_pkg_susp.html @@ -23,6 +23,6 @@ <%init> die "access denied" - unless $curuser->access_right('Summarize packages'); + unless $FS::CurrentUser::CurrentUser->access_right('Summarize packages'); </%init> |
