X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FShowLinksOfType;h=9e3de77e4bff0ea98449d19f21a1bcd7f2767e84;hb=cbfeb5f6b7490f78361318ce6290bfb442dbfcbe;hp=1bb485e6c1e0b37e9ff9bec55d22b008eae0d813;hpb=026dc7ad72ba972f230b6709e31fa64397d75ad4;p=freeside.git diff --git a/rt/share/html/Elements/ShowLinksOfType b/rt/share/html/Elements/ShowLinksOfType index 1bb485e6c..9e3de77e4 100644 --- a/rt/share/html/Elements/ShowLinksOfType +++ b/rt/share/html/Elements/ShowLinksOfType @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -91,7 +91,7 @@ while (my $link = $links->Next) { my $ToObj = $link->$ModeObj; if ($ToObj and $ToObj->isa('RT::Ticket')) { next if $Type eq "ReferredToBy" - and $ToObj->Type eq 'reminder'; + and $ToObj->__Value('Type') eq 'reminder'; if ( $ToObj->QueueObj->IsInactiveStatus( $ToObj->Status ) ) { push @inactive, $link;