From 8bb68dd903a289359a8b5bd6d7c9ee6e4dd79d1f Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 3 Mar 2011 18:38:39 -0500 Subject: [PATCH] copy/paste-o --- Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm index 3725384042..fee854b18b 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm @@ -3440,7 +3440,6 @@ sub as_xml { $xml .= " \n"; if (ref($self->obj->parts) && $self->obj->parts) { for my $part ( @{$self->obj->parts} ) { - next unless ( $note->pub eq 't' ); $xml .= sprintf(' %s',$part->record, $self->escape($part->label_sortkey), $self->escape($part->label)); $xml .= "\n"; } -- 2.11.0