https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30825
--- Comment #11 from Martin Renvoize <[email protected]> --- Created attachment 135281 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=135281&action=edit Bug 30825: Pass by reference Not sure if this is nicer or not honestly. This changes the signature of hols_control_library to accept a hashref of patron_id and patron object reference. If the patron_object reference is found to be undefined and our syspref requires it we populate the reference with a Koha::Patron object as found from the patron_id. -- 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/
