diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-05-15 15:01:25 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-05-15 15:01:25 -0700 |
commit | 786877092cb39a3b6cf3185f99185f2a61ab1fbc (patch) | |
tree | 7639c758365abe78180f14f30964dba16ac39eb1 | |
parent | 1bea3acc9951c272bd9f5f872d3262c9380e067f (diff) |
agent-virtualize VoIP rates, RT#29183
-rw-r--r-- | httemplate/elements/menu.html | 3 |
1 files changed, 1 insertions, 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'); |