https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23015
Arthur Suzuki <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #9 from Arthur Suzuki <[email protected]> --- (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. _______________________________________________ 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/
