[Koha-bugs] [Bug 5262] authority plugin doesn't copy indicators

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Aug 3 20:26:43 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5262

--- Comment #15 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Comment on attachment 17951
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17951
[SIGNED-OFF] Bug 5262 - authority plugin doesn't copy indicators -- ver. 0.3

Review of attachment 17951:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=5262&attachment=17951)
-----------------------------------------------------------------

::: authorities/blinddetail-biblio-search.pl
@@ +102,5 @@
>      push( @subfield_loop, { marc_subfield => 'w', marc_values => $relationship } ) if ( $relationship );
> +    if (C4::Context->preference('marcflavour') eq 'UNIMARC') {
> +        $indicator1 = $field->indicator('1');
> +        $indicator2 = $field->indicator('2');
> +    } elsif (C4::Context->preference('marcflavour') eq 'MARC21') {

I wonder if we could add something for NORMARC here too?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list