From: Bill Erickson Date: Mon, 28 Mar 2011 21:23:06 +0000 (-0400) Subject: repaired missing copy_notes element X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a9d94c80fc1558a5097ad77f434adf9234a9141a;p=evergreen%2Fequinox.git repaired missing copy_notes element --- 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' );