[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 3752951f0e177998ef74f3ee3ea80d6a14050be3

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


The branch, FREESIDE_2_3_BRANCH has been updated
       via  3752951f0e177998ef74f3ee3ea80d6a14050be3 (commit)
      from  1e06a6e4405b0ef7f1099412a3f39c57ace6c64b (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 3752951f0e177998ef74f3ee3ea80d6a14050be3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Jun 26 12:42:38 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