https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41618 --- Comment #8 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- 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 <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.