X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FShowLinksOfType;h=a299917c437516e791611d3bd0bd4c5c6c082255;hp=1bb485e6c1e0b37e9ff9bec55d22b008eae0d813;hb=7322f2afedcc2f427e997d1535a503613a83f088;hpb=ae14e320388fa5e7f400bff1c251ef885b7952e6 diff --git a/rt/share/html/Elements/ShowLinksOfType b/rt/share/html/Elements/ShowLinksOfType index 1bb485e6c..a299917c4 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-2016 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;