Browse Source

(MT #3698) Fixed ILSDI GetRecords

(cherry picked from commit f69061357a75a5e024fe6379a1a48f8755a2b6db)

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
3.2.x
Jean-André Santoni 14 years ago
committed by Galen Charlton
parent
commit
1ccee83124
  1. 3
      C4/ILSDI/Services.pm

3
C4/ILSDI/Services.pm

@ -213,7 +213,8 @@ sub GetRecords {
$biblioitem->{'issues'}->{'issue'} = $issues;
map { $biblioitem->{$_} = encode_entities( $biblioitem->{$_}, '&' ) } grep( !/marcxml/, keys %$biblioitem );
push @records, $biblioitem;
}
return { record => \@records };

Loading…
Cancel
Save