Bug 31853 - The overdue tab states "no renewals left" when item is on hold
Summary: The overdue tab states "no renewals left" when item is on hold
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-18 12:14 UTC by Hanna Dehlin
Modified: 2022-11-13 15:03 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hanna Dehlin 2022-10-18 12:14:18 UTC
The renew-column on the overdue-tab in the OPAC states that there are "No renewals left" when renewal is blocked because the item is on hold.
The same column on the checked-out-tab states (correctly) that the item is "Not renewable (on hold)". 

It would be nice if the information on both tabs where the same.
Comment 1 Katrin Fischer 2022-11-13 15:03:45 UTC
Hi Hanna, I just checked this on master which will soon be 22.11:

- Checked out an item with a due date in the past 
- Verified it showed on the overdue tab in the OPAC (5 renewals left)
- Placed a hold on it
- OPAC message changed to: No renewals left

As you said, the checkouts tab is correct.