repaired missing copy_notes element
authorBill Erickson <erickson@esilibrary.com>
Mon, 28 Mar 2011 21:23:06 +0000 (17:23 -0400)
committerBill Erickson <erickson@esilibrary.com>
Mon, 28 Mar 2011 21:23:06 +0000 (17:23 -0400)
Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm

index c005eb0..7c9acd9 100644 (file)
@@ -3449,6 +3449,7 @@ sub as_xml {
        }
 
        $xml .= "        </monograph_parts>\n";
+       $xml .= "        <copy_notes>\n";
        if (ref($self->obj->notes) && $self->obj->notes) {
                for my $note ( @{$self->obj->notes} ) {
                        next unless ( $note->pub eq 't' );