port skinning, customer display/edit from RT 3.6 integration to RT 3.8 integration
[freeside.git] / rt / share / html / Ticket / Elements / Tabs
index 7deb8c1..a99f219 100755 (executable)
@@ -138,6 +138,10 @@ if ($Ticket) {
             title => loc('Links'),
             path  => "Ticket/ModifyLinks.html?id=" . $id,
         },
+        _Eb=> {
+            title => loc('Customers'),
+            path  => "Ticket/ModifyCustomers.html?id=" . $id,
+        },
         _X => {
             title => loc('Jumbo'),
             path  => "Ticket/ModifyAll.html?id=" . $id,