diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-06-07 14:51:13 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-07 14:51:13 -0700 |
commit | 16e78c81a248a00820b86c0d633dccc951643e43 (patch) | |
tree | 43e2e22a91956b65e0ae32043f53d41c71aac5c2 /rt | |
parent | 78f23a3139ee094d7768bd33f42a0b49a94160bb (diff) |
restore Customers tab on ticket view
Diffstat (limited to 'rt')
-rwxr-xr-x | rt/share/html/Elements/Tabs | 3 |
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 ); } |