[freeside-commits] branch FREESIDE_3_BRANCH updated. 4d865ba973da989a94625d58a61b1b1ce38ecaf8
Ivan
ivan at 420.am
Sun Feb 16 17:35:51 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 4d865ba973da989a94625d58a61b1b1ce38ecaf8 (commit)
from e2bbbc8aaec0a4c997bed670a083e53954e399fc (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 4d865ba973da989a94625d58a61b1b1ce38ecaf8
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Feb 16 17:35:49 2014 -0800
credit limit for CDR prerating, RT#27267
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index de28bd6..cfc262e 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -376,10 +376,12 @@ if( $curuser->access_right('Financial reports') ) {
} # else $report_financial contains nothing.
tie my %report_logs, 'Tie::IxHash';
- $report_logs{'System log'} = [ $fsurl.'search/log.html', 'View system events and debugging information.' ],
+$report_logs{'Credit limit incidents'} = [ $fsurl.'search/report_cust_main_credit_limit.html', '' ]
+ if $curuser->access_right('List rating data');
+$report_logs{'System log'} = [ $fsurl.'search/log.html', 'View system events and debugging information.' ],
if $curuser->access_right('View system logs')
|| $curuser->access_right('Configuration');
- $report_logs{'Outgoing messages'} = [ $fsurl.'search/cust_msg.html', 'View outgoing message log' ]
+$report_logs{'Outgoing messages'} = [ $fsurl.'search/cust_msg.html', 'View outgoing message log' ]
if $curuser->access_right('View email logs')
|| $curuser->access_right('Configuration');
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/menu.html | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list