From: Jason Etheridge Date: Thu, 3 Mar 2011 23:38:39 +0000 (-0500) Subject: copy/paste-o X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8bb68dd903a289359a8b5bd6d7c9ee6e4dd79d1f;p=evergreen%2Fequinox.git copy/paste-o --- 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"; }