[freeside-commits] branch FREESIDE_3_BRANCH updated. 786877092cb39a3b6cf3185f99185f2a61ab1fbc
Ivan
ivan at 420.am
Thu May 15 15:01:26 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 786877092cb39a3b6cf3185f99185f2a61ab1fbc (commit)
from 1bea3acc9951c272bd9f5f872d3262c9380e067f (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 786877092cb39a3b6cf3185f99185f2a61ab1fbc
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu May 15 15:01:25 2014 -0700
agent-virtualize VoIP rates, RT#29183
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 0b74b21..07e0da5 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -741,8 +741,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