https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565
--- Comment #173 from Alex Buckley <[email protected]> --- Hi all, I have just added another follow-up which moves the function out of C4/Reserves into Koha/Biblio (as Tomás suggested in comment 169) The caller for this function is now: my $holds_allowed_on_record_today = $biblio->allowed_holds( $patron_obj ); I have amended the t/db_dependent/Reserves/MultiplePerRecord.t unit tests. Can this please be tested and if you could let me know of further required changes that would be great. Many thanks, Alex -- 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/
