X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2Fm%2Fticket%2Fhistory;h=965668092895dddcdcde415bf9403112170b58b4;hp=418bace17f2b81423b87e62663621a3b016d4d67;hb=7322f2afedcc2f427e997d1535a503613a83f088;hpb=73a6a80a9ca5edbd43d139b7cb25bfee4abfd35e diff --git a/rt/share/html/m/ticket/history b/rt/share/html/m/ticket/history index 418bace17..965668092 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-2016 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) {