http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13927 Bug ID: 13927 Summary: Add API route to check hold capabilities Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Web services Assignee: julian.maurice@biblibre.com Reporter: julian.maurice@biblibre.com QA Contact: testopia@bugs.koha-community.org Depends on: 13903 Often when a 3rd-party application want to deal with reserves in Koha, it must know in advance if the reserve is allowed (for example to hide the "place hold" link if hold is not allowed) This new route does just that, telling if a given hold is allowed for a given patron. Moreover, it also returns a list of available pickup locations (restricting to only the borrower's branch if IndependentBranches is set). Depends on bug 13903. -- You are receiving this mail because: You are watching all bug changes.