[freeside-commits] branch FREESIDE_2_3_BRANCH updated. e2d47a3caa18a029629030e485a868cbbcfa2acd

Ivan ivan at 420.am
Sun Dec 9 12:12:17 PST 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  e2d47a3caa18a029629030e485a868cbbcfa2acd (commit)
      from  29a50d51e8100be4ad872104e63cc5a263b31645 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e2d47a3caa18a029629030e485a868cbbcfa2acd
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Dec 9 12:12:16 2012 -0800

    fix suspension report, RT#20529, fallout from #16534

diff --git a/httemplate/search/cust_pkg_susp.html b/httemplate/search/cust_pkg_susp.html
index 2ac6432..bdc3c54 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>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/search/cust_pkg_susp.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list