summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrt/share/html/Elements/Tabs3
1 files changed, 3 insertions, 0 deletions
diff --git a/rt/share/html/Elements/Tabs b/rt/share/html/Elements/Tabs
index 3a80d9b48..ef17f6fef 100755
--- a/rt/share/html/Elements/Tabs
+++ b/rt/share/html/Elements/Tabs
@@ -535,6 +535,9 @@ my $build_main_nav = sub {
#}
+ #ACL?
+ $tabs->child( customers => title => loc('Customers'), path => "/Ticket/ModifyCustomers.html?id=" . $id );
+
if ( $can->('ModifyTicket') || $can->('_ModifyOwner') || $can->('Watch') || $can->('WatchAsAdminCc') ) {
$tabs->child( people => title => loc('People'), path => "/Ticket/ModifyPeople.html?id=" . $id );
}