https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11299
--- Comment #98 from M. Tompsett <[email protected]> --- 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_should_be_used_as_arguments -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
