[Koha-bugs] [Bug 12747] Add extra column in Z3950 search result

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Aug 12 17:51:58 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12747

--- Comment #94 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
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.


More information about the Koha-bugs mailing list