Bug 23628

Summary: Restrict Renewal when renewal period is not extending due date
Product: Koha Reporter: Mubassir Ahsan <mahsandu>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P1 - high CC: andrew, gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Mubassir Ahsan 2019-09-17 07:17:00 UTC
When "OverduesBlockRenewing" enabled and  Item's  (due date + Renewal Period) is less than the current date: 
1. Renewal button showing
2. After renewal it is setting due date as per "RenewalPeriodBase". 
3. But new due date is in past. 

How to restrict user from renewal if this situation happened. It is creating misleading information.
Comment 1 Andrew Fuerste-Henry 2022-03-22 12:27:40 UTC
I agree, it's confusing that Koha allows a renewal that leaves an item overdue. It'd be nice to at least give a notification of some sort to alert the user that the item will still be overdue after the renewal.