https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26641
--- Comment #4 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
