BUGFIX : deal with repeatable values when retrieving a z3950 biblio
authorPaul POULAIN <paul@koha-fr.org>
Tue, 4 Sep 2007 09:32:59 +0000 (11:32 +0200)
committerChris Cormack <crc@liblime.com>
Tue, 4 Sep 2007 10:43:55 +0000 (05:43 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
cataloguing/addbiblio.pl

index be9590f..b732e7f 100755 (executable)
@@ -532,6 +532,7 @@ sub build_tabs ($$$$$) {
                             tag           => $tag,
                             index         => $index_tag,
                             tag_lib       => $tagslib->{$tag}->{lib},
+                            repeatable       => $tagslib->{$tag}->{repeatable},
                             subfield_loop => \@subfields_data,
                             fixedfield    => ($tag < 10)?(1):(0),
                         );