X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2Fm%2Fticket%2Fhistory;h=bd88793d2fcde2017c63701383b00bde52457585;hp=418bace17f2b81423b87e62663621a3b016d4d67;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hpb=919e930aa9279b3c5cd12b593889cd6de79d67bf diff --git a/rt/share/html/m/ticket/history b/rt/share/html/m/ticket/history index 418bace17..bd88793d2 100644 --- a/rt/share/html/m/ticket/history +++ b/rt/share/html/m/ticket/history @@ -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 %# %# %# (Except where explicitly superseded by other copyright notices) @@ -61,7 +61,7 @@ my $history = $t->Transactions()->ItemsArrayRef; % for my $entry (reverse @$history) {
  • <% $entry->CreatedObj->AgeAsString() %> - -<& /Elements/ShowUser, User => $entry->CreatorObj &> - +<& /Elements/ShowUser, User => $entry->CreatorObj, Link => 0 &> - <%$entry->BriefDescription%> % if ($entry->Type !~ /EmailRecord/) { % if ($entry->ContentObj) {