summaryrefslogtreecommitdiff
path: root/rt
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-07 14:51:13 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-07 14:51:13 -0700
commit16e78c81a248a00820b86c0d633dccc951643e43 (patch)
tree43e2e22a91956b65e0ae32043f53d41c71aac5c2 /rt
parent78f23a3139ee094d7768bd33f42a0b49a94160bb (diff)
restore Customers tab on ticket view
Diffstat (limited to 'rt')
-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 );
}