[Bug 27100] New: No way to get the holds count on an item from ILS-DI?
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27100 Bug ID: 27100 Summary: No way to get the holds count on an item from ILS-DI? Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Web services Assignee: koha-bugs@lists.koha-community.org Reporter: arthur.suzuki@biblibre.com QA Contact: testopia@bugs.koha-community.org ILS-DI GetRecord service shows up the number of issues for an item but it may be nice as well to provide the number of holds waiting. Needed for portal softwares which allows to place a holds. (Users may want to know if the hold might be available quick or not) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27100 Arthur Suzuki <arthur.suzuki@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |arthur.suzuki@biblibre.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27100 Brendan Lawlor <blawlor@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |blawlor@clamsnet.org --- Comment #1 from Brendan Lawlor <blawlor@clamsnet.org> --- This might not be exactly the same, but with GetRecords and a bib id you can make a call like: https://{domain}/cgi-bin/koha/ilsdi.pl?service=GetRecords&id={bib#} The response includes a <reserves> element with a <reserve> for each hold. Each <reserve> contains <found> with a code 'W' indicate hold waiting for pickup. 'T' indicates in transit. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27100 Arthur Suzuki <arthur.suzuki@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |FIXED --- Comment #2 from Arthur Suzuki <arthur.suzuki@biblibre.com> --- Hello Brendan, Thank you for your reply, this fixes my issue :) Best, Arthur -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org