X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FBulkLinks;h=fee732f04085876b33605fe4376772fa5c792baa;hb=a9aa4d83ae52cfece965cd8f175a29394938f76a;hp=473e84347bdfe95bb25ecb7ff485c77c7c3567c4;hpb=1c538bfabc2cd31f27067505f0c3d1a46cba6ef0;p=freeside.git diff --git a/rt/share/html/Elements/BulkLinks b/rt/share/html/Elements/BulkLinks index 473e84347..fee732f04 100644 --- a/rt/share/html/Elements/BulkLinks +++ b/rt/share/html/Elements/BulkLinks @@ -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) @@ -106,7 +106,7 @@ % if ( $hash{ReferredToBy} ) { % for my $link ( values %{$hash{ReferredToBy}} ) { % # Skip reminders -% next if (UNIVERSAL::isa($link->BaseObj, 'RT::Ticket') && $link->BaseObj->Type eq 'reminder'); +% next if (UNIVERSAL::isa($link->BaseObj, 'RT::Ticket') && $link->BaseObj->__Value('Type') eq 'reminder');
% } }