[freeside-commits] branch master updated. 83b8a19421cb0e62234485961c35154d1357c61b

Ivan ivan at 420.am
Tue Jun 26 12:42:38 PDT 2012


The branch, master has been updated
       via  83b8a19421cb0e62234485961c35154d1357c61b (commit)
      from  aeff233f8695153dbbce6a6b5db1b53869296137 (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 83b8a19421cb0e62234485961c35154d1357c61b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Jun 26 12:42:36 2012 -0700

    fix package summary report, RT#18309

diff --git a/httemplate/search/cust_pkg_summary.html b/httemplate/search/cust_pkg_summary.html
index f9adf04..8c05f73 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>

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

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




More information about the freeside-commits mailing list