rt 4.2.16
[freeside.git] / rt / share / html / m / ticket / history
index 418bace..bd88793 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
@@ -61,7 +61,7 @@ my $history = $t->Transactions()->ItemsArrayRef;
 % for my $entry (reverse @$history) {
 <li>
 <span class="age"><% $entry->CreatedObj->AgeAsString() %></span> -
-<& /Elements/ShowUser, User => $entry->CreatorObj &> - 
+<& /Elements/ShowUser, User => $entry->CreatorObj, Link => 0 &> - 
 <%$entry->BriefDescription%>
 % if ($entry->Type !~ /EmailRecord/) {
 % if ($entry->ContentObj) {