restore Customers tab on ticket view
authorIvan Kohler <ivan@freeside.biz>
Thu, 7 Jun 2012 21:51:13 +0000 (14:51 -0700)
committerIvan Kohler <ivan@freeside.biz>
Thu, 7 Jun 2012 21:51:13 +0000 (14:51 -0700)
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 );
             }