restore Customers tab on ticket view
[freeside.git] / rt / share / html / Elements / Tabs
index 3a80d9b..ef17f6f 100755 (executable)
@@ -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 );
             }