https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41618
--- Comment #8 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Created attachment 196928 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196928&action=edit Bug 41618: (follow-up) Use hashref for print_collection parameters Per coding guidelines, methods with more than one parameter must use a hashref. Change print_collection signature from: $rs->print_collection($format, $embed_items) To: $rs->print_collection({ format => $format, embed_items => $embed_items }) Update all callers in Biblios, DeletedBiblios, Authorities controllers and existing unit tests. Signed-off-by: Tomás Cohen Arazi <[email protected]> -- 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/
