Bug 23263

Summary: RecordedBooks shows 'Check out' button for unavailable items
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: OPACAssignee: Nick Clemens (kidclamp) <nick>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: jzairo, kyle, mirko.tietgen
Version: MainKeywords: dependency
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Nick Clemens (kidclamp) 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 (kidclamp) 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.