Summary: | Get available pickup locations from REST API | ||
---|---|---|---|
Product: | Koha | Reporter: | Lari Taskula <lari.taskula> |
Component: | REST API | Assignee: | Lari Taskula <lari.taskula> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | arthur.suzuki, tomascohen |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23015 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18191 |
||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 16826 | ||
Bug Blocks: |
Description
Lari Taskula
2019-08-11 16:51:25 UTC
Hi Lary, I've made the same feature for ILS-DI WebService : https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23015 Didn't thought about REST API at the time, but it's the same feature, I think it would be great to have it ported to REST. I've added a relation to my patch since I've provided a method "GetPickupLocation" in C4/ILSDI/Service. We have implemented this functionality into Koha-Finland fork and it is being tested by the National Library of Finland (actually they have it in production use already). The problem is that our work is heavily dependent on Bug 16826 and would be blocked by it. But the patches can be found here https://github.com/KohaSuomi/Koha/pull/100 |