https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20747 --- Comment #23 from Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> --- Comment on attachment 181319 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=181319 Bug 20747: Allow LocalHoldsPriority to fill by hierarchical groups system rather than individual library Review of attachment 181319: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20747&attachment=181319) ----------------------------------------------------------------- QA feedback: I've got failing tests at t/db_dependent/HoldsQueue.t, plus the below comment which applies to all the calls to AddReserve in the test ::: t/db_dependent/Holds/LocalHoldsPriority.t @@ +111,5 @@
+# Create five record level holds +AddReserve( + { + branchcode => $library1,
We're now passing the entire library object instead of just the branchcode -- You are receiving this mail because: You are watching all bug changes.