Bug 36407

Summary: Custom renewal date is not respected when renewing items from the checkouts table
Product: Koha Reporter: Emily Lamancusa (emlam) <emily.lamancusa>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: kebliss, lucas
Version: MainKeywords: regression
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:
Bug Depends on: 36084    
Bug Blocks: 36192    

Description Emily Lamancusa (emlam) 2024-03-22 18:49:14 UTC
To reproduce: 

1. Check out an item to a patron
2. In the checkouts table on that patron's account, check the "Renew" checkbox for that item
3. Select a custom renewal date using the Renewal Due Date flatpickr
4. Click Renew Selected Items
(4.5 I'm also seeing a bug at the moment where the checkouts table won't reload on its own - refresh the page if this is the case)
5. Note the item's new due date is 5 days after the previous one (or whatever renewal period is specified in the circ rules, if you are not using default KTD settings), regardless of the date you entered as the custom renewal due date

This also occurs with the "Renew All" button
Comment 1 Emily Lamancusa (emlam) 2024-06-11 20:49:07 UTC
Testing on different commits indicates the cause was bug 36084...adding this to the CSRF omnibus
Comment 2 Emily Lamancusa (emlam) 2024-07-16 12:55:53 UTC

*** This bug has been marked as a duplicate of bug 37332 ***