https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565
--- Comment #235 from Jonathan Druart <[email protected]> --- Patches applied correctly for me: % git log --before="2019-04-16" --oneline|head -n1 7e218b81e6 Bug 21953: (follow-up) Fix test count % git checkout -b bug_15565 7e218b81e6 % yes|git bz apply 15565 Bug 15565 - Place multiple holds at once for the same record in OPAC 87979 - Bug 15565: Place multiple holds at once for the same record on staff and OPAC. 87980 - Bug 15565: Use item's biblionumber only on item-level request 87981 - Bug 15565: Set 'found' parameter correctly when ReservesNeedReturns is off 87982 - Bug 15565: Alert librarian that maximum holds per record is reached 87983 - Bug 15565: Remove use of GetBiblionumberFromItemnumber 87984 - Bug 15565: Fixed issues preventing any item-level holds being placed in OPAC 87985 - Bug 15565: Changed the retrieval of selected hold pickup branch in opac-reserve.pl 87986 - Bug 15565: Allow up to (and including) maxreserves number of OPAC item levelholds 87987 - Bug 15565: (follow-up) Removed leftover debug code and added missing filters 87988 - Bug 15565: (QA follow-up) Fix some last filters 87989 - Bug 15565: (follow-up) Changes to maximum hold allowed logic 87990 - Bug 15565: (follow-up) Place multiple holds from opac-search.pl 87991 - Bug 15565: (follow-up) fixing typo that breaks placing a hold Applying: Bug 15565: Place multiple holds at once for the same record on staff and OPAC. Applying: Bug 15565: Use item's biblionumber only on item-level request Applying: Bug 15565: Set 'found' parameter correctly when ReservesNeedReturns is off Applying: Bug 15565: Alert librarian that maximum holds per record is reached Applying: Bug 15565: Remove use of GetBiblionumberFromItemnumber Applying: Bug 15565: Fixed issues preventing any item-level holds being placed in OPAC Applying: Bug 15565: Changed the retrieval of selected hold pickup branch in opac-reserve.pl Applying: Bug 15565: Allow up to (and including) maxreserves number of OPAC item levelholds Applying: Bug 15565: (follow-up) Removed leftover debug code and added missing filters Applying: Bug 15565: (QA follow-up) Fix some last filters Applying: Bug 15565: (follow-up) Changes to maximum hold allowed logic Applying: Bug 15565: (follow-up) Place multiple holds from opac-search.pl Applying: Bug 15565: (follow-up) fixing typo that breaks placing a hold Apply? [(y)es, (n)o, (i)nteractive] % Pushed to a remote branch if needed: https://gitlab.com/joubu/Koha/-/tree/bug_15565 -- 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/
