X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FBulkLinks;h=f57f58fcb16ce3a7620477ddac5e08aebdb2f98b;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=473e84347bdfe95bb25ecb7ff485c77c7c3567c4;hpb=026dc7ad72ba972f230b6709e31fa64397d75ad4;p=freeside.git diff --git a/rt/share/html/Elements/BulkLinks b/rt/share/html/Elements/BulkLinks index 473e84347..f57f58fcb 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-2019 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');
% } }