From: Ivan Kohler Date: Thu, 15 May 2014 22:01:25 +0000 (-0700) Subject: agent-virtualize VoIP rates, RT#29183 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=786877092cb39a3b6cf3185f99185f2a61ab1fbc;p=freeside.git agent-virtualize VoIP rates, RT#29183 --- 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');