[freeside-commits] branch master updated. 6cd8f3459488ce4cd1d9ec00452b1bab0bf03f8e
Ivan
ivan at 420.am
Sun Dec 9 12:12:16 PST 2012
The branch, master has been updated
via 6cd8f3459488ce4cd1d9ec00452b1bab0bf03f8e (commit)
from 943daa1500357a88b4554e11aa74f9599f611419 (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 6cd8f3459488ce4cd1d9ec00452b1bab0bf03f8e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Dec 9 12:12:15 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