This commit was generated by cvs2svn to compensate for changes in r11022,
[freeside.git] / rt / share / html / Ticket / Elements / ShowSummary
index 24d8c4d..ef5960e 100755 (executable)
     </&>
 % }
 
+    <&| /Widgets/TitleBox, title => loc('Customers'), 
+        title_href => RT->Config->Get('WebPath')."/Ticket/ModifyCustomers.html?id=".$Ticket->Id, 
+        class => 'ticket-info-customers'
+    &>
+        <& /Ticket/Elements/ShowCustomers, Ticket => $Ticket &>
+    </&>
+
     <&| /Widgets/TitleBox, title => loc('People'),
         title_href => RT->Config->Get('WebPath')."/Ticket/ModifyPeople.html?id=".$Ticket->Id,
         class => 'ticket-info-people',