X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FShowLinksOfType;h=3efb457b304a4eab9a96ad4a4959cb41775daaa7;hp=1bb485e6c1e0b37e9ff9bec55d22b008eae0d813;hb=187086c479a09629b7d180eec513fb7657f4e291;hpb=0ed195595b5c7ea404c8848d9d1881ada4214489 diff --git a/rt/share/html/Elements/ShowLinksOfType b/rt/share/html/Elements/ShowLinksOfType index 1bb485e6c..3efb457b3 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-2018 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;