https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12747
--- Comment #94 from Katrin Fischer <[email protected]> --- Comment on attachment 75096 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75096 Bug 12747: Add extra column in Z3950 search Review of attachment 75096: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12747&attachment=75096) ----------------------------------------------------------------- ::: C4/Breeding.pm @@ +371,5 @@ > + if ( not $str eq '') { > + push @content, $str; > + } > + } elsif ( $tag <= 10 ) { > + push @content, $marcfield->data(); If I looked it up correctly 010 in UNIMARC is ISBN and has subfields. Can you please double check? https://archive.ifla.org/VI/8/unimarc-concise-bibliographic-format-2008.pdf -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
