[Koha-bugs] [Bug 29401] New: Hold suspensions should match the resolution of other holds date fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 3 12:08:45 CET 2021


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 at lists.koha-community.org
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at 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.


More information about the Koha-bugs mailing list