[Bug 39894] New: Bookings not also correctly set to the beginning or end of each day
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39894 Bug ID: 39894 Summary: Bookings not also correctly set to the beginning or end of each day Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: lucas@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com I had some trouble recreating this one but here goes: To recreate: 1. In your koha-conf.xml set the timezone to: <timezone></timezone> 2. Enable bookings and make an item or itemtype bookable. 3. Place a booking and have a look at the start_date and end_date in the DB: select start_date, end_date from bookings; 4. This might look something like: 2025-05-13 02:00:00 | 2025-05-15 01:59:59 So depending on your timezone and time of day the booking end_date might creep into the next day which causes confusion. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39894 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@openfifth.c | |o.uk Circulation| |Bookings function| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39894 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |martin.renvoize@openfifth.c |ity.org |o.uk CC| |nick@bywatersolutions.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39894 --- Comment #1 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- This can lead to a "Booking would conflict" error when it should not, making some bookings that should be "bookable", un-bookable. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39894 Daniel B. <dbarden@cuyahogalibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dbarden@cuyahogalibrary.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39894 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #2 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- This appears to no longer be valid, the problem is fixed by Bug 37707. *** This bug has been marked as a duplicate of bug 37707 *** -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org