Bug 31853

Summary: The overdue tab states "no renewals left" when item is on hold
Product: Koha Reporter: Hanna Dehlin <hanna.dehlin>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: hans.palsson
Version: Main   
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 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.