From 786877092cb39a3b6cf3185f99185f2a61ab1fbc Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 15 May 2014 15:01:25 -0700 Subject: [PATCH] agent-virtualize VoIP rates, RT#29183 --- httemplate/elements/menu.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 0b74b2105..07e0da54b 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'); -- 2.20.1