[Koha-bugs] [Bug 23015] Create a "GetPickupLocation" endpoint for the ILS-DI Service

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Oct 12 23:09:52 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23015

Arthur Suzuki <arthur.suzuki at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #9 from Arthur Suzuki <arthur.suzuki at biblibre.com> ---
(In reply to Katrin Fischer from comment #7)
> Wondering: does this use the same logic that is used in the OPAC to build
> the pick-up location list?

Huuuum... Uses Koha::Library->pickup_location.
Opac goes through all libraries which are set as possible pickup location (site
configuration) and check if desired book is available for transfer there.
This is basically what does Koha::Library->pickup_location but embed in a nice
method.

Uses the same function (Koha::Library->pickup_location(In reply to Katrin
Fischer from comment #6)
> 3) We are missing tests for the change to Service.pm

Okay, have to write some then...

> 4) I can't seem to make the documentation show up? Checking the OPAC side
> documentation here: /cgi-bin/koha/ilsdi.pl

Neither can I... although it's been written in the code, have to check what's
wrong there.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list