18 Feb
2022
18 Feb
'22
8:11 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30133 --- Comment #11 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 130889 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130889&action=edit Bug 30133: Fix pagination in /biblios/:bibio_id/pickup_locations This patch does the same thing we did for items on the previous patch, but for biblios. The tests are almost the same as well. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/api/v1/biblios.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.