Bug 23263 - RecordedBooks shows 'Check out' button for unavailable items
Summary: RecordedBooks shows 'Check out' button for unavailable items
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Nick Clemens
QA Contact: Testopia
URL:
Keywords: dependency
Depends on:
Blocks:
 
Reported: 2019-07-03 19:48 UTC by Nick Clemens
Modified: 2023-06-08 22:26 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens 2019-07-03 19:48:56 UTC
The recorded books code checks if the current patron has a specific item checked out, if not it shows a checkout button.

We should instead check the availability of the item and only show a button if it is available. Currently RB digital results don't have this information:

https://gitlab.com/srdjan-catalyst/webservice-ils/merge_requests/1
Comment 1 Nick Clemens 2019-08-07 13:52:51 UTC
https://metacpan.org/pod/WebService::ILS

Version 0.18 uploaded, new need to use this version for Koha, I think it will need to be packaged in our repo

CC'ing Mirko
Comment 2 Owen Leonard 2022-06-24 11:40:32 UTC
rbdigital is now part of OverDrive. This issue is no longer valid.