[freeside-commits] branch master updated. cf391024cf4c749960ce4e2aedef0531e6c51e44
Ivan
ivan at 420.am
Thu May 15 15:01:24 PDT 2014
The branch, master has been updated
via cf391024cf4c749960ce4e2aedef0531e6c51e44 (commit)
from a17d255a7678d360c3673a461b091608b181716c (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 cf391024cf4c749960ce4e2aedef0531e6c51e44
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu May 15 15:01:23 2014 -0700
agent-virtualize VoIP rates, RT#29183
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index de5ea19..10c554a 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -774,8 +774,7 @@ if ( $curuser->access_right('Configuration') ) {
}
$config_menu{'Billing'} = [ \%config_billing, '' ]
- if $curuser->access_right('Edit billing events')
- || $curuser->access_right('Edit global billing events');
+ if keys %config_billing;
$config_menu{'Ticketing'} = [ \%config_ticketing, '' ]
if $conf->config('ticket_system')
&& FS::TicketSystem->access_right(\%session, 'ShowConfigTab');
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/menu.html | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list