[Koha-bugs] [Bug 26641] link_bibs_to_authorities.pl: Add the ability to specify the MARC field to operate on

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 12 01:10:13 CEST 2020


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

--- Comment #4 from David Cook <dcook at prosentient.com.au> ---
Comment on attachment 111395
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=111395
Bug 26641: pass the MARC field as an argument to link_bibs_to_authorities.pl

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

::: misc/link_bibs_to_authorities.pl
@@ +200,4 @@
>      }
>  
>      my $frameworkcode = GetFrameworkCode($biblionumber);
> +    my $allowrelink = C4::Context->preference("CatalogModuleRelink") || '';

>From a performance (and reliability) perspective, this lookup should be done
outside the function and before the while loop.

I can submit a follow-up patch for that.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list