https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11299 --- Comment #98 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 79545 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79545 Bug 11299 - Add a button to the biblio edition page to automatically add authority links in the current biblio record via AJAX. Also adds a button to easily create missing authority records. Review of attachment 79545: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11299&attachment=79545) ----------------------------------------------------------------- ::: C4/Biblio.pm @@ +475,4 @@
=head2 LinkBibHeadingsToAuthorities
+ my $num_headings_changed, %results = LinkBibHeadingsToAuthorities($linker, $marc, $frameworkcode, [$allowrelink, $verbose]);
This is getting too long, consider a parameter refactor. Please look at: https://wiki.koha-community.org/wiki/Coding_Guidelines#PERL16:_Hashrefs_shou... -- You are receiving this mail because: You are watching all bug changes.