From a9d94c80fc1558a5097ad77f434adf9234a9141a Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 28 Mar 2011 17:23:06 -0400 Subject: [PATCH] repaired missing copy_notes element --- Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm index c005eb0e5c..7c9acd9a24 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm @@ -3449,6 +3449,7 @@ sub as_xml { } $xml .= " \n"; + $xml .= " \n"; if (ref($self->obj->notes) && $self->obj->notes) { for my $note ( @{$self->obj->notes} ) { next unless ( $note->pub eq 't' ); -- 2.11.0