Bug 29401

Summary: Hold suspensions should match the resolution of other holds date fields
Product: Koha Reporter: Martin Renvoize <martin.renvoize>
Component: Hold requestsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt, jonathan.druart
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:
Bug Depends on: 24850    
Bug Blocks:    

Description Martin Renvoize 2021-11-03 11:08:45 UTC
The suspenduntil field is a datetime, but all other fields in the reserves table are date only... we even have code to undo the 'time' resolution.. we should instead just make the database field a date instead of datetime to match the other fields..


Or.. if hourly resolution is really needed, we should update all the fields to respect that and add the corresponding code :S
Comment 1 Jonathan Druart 2021-11-03 11:24:31 UTC
What I would do first is to make the REST API consistent.