https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29401 Bug ID: 29401 Summary: Hold suspensions should match the resolution of other holds date fields Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com 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 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.