https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36428
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from David Nind <[email protected]> --- I followed through the test plan, but for step 12 the booking is still listed under the books section on the record details page (shows (0) in the sidebar though). Maybe something to do with differences between desktop and KTD server times? - KTD time: Fri May 31 06:51:09 PM UTC 2024 - Desktop time: Sat 01 Jun 2024 06:51:24 NZST Bookings table on the record details page: Item Patron Pickup library Start date End date Actions 39999000011418 (1) Mary Burton (23529000651225) Centerville 05/31/2024 05/31/2024 Edit Cancel Bookings database table: select * from bookings; +------------+-----------+-----------+---------+-------------------+---------------------+---------------------+ | booking_id | patron_id | biblio_id | item_id | pickup_library_id | start_date | end_date | +------------+-----------+-----------+---------+-------------------+---------------------+---------------------+ | 1 | 49 | 262 | 578 | CPL | 2024-05-31 18:39:03 | 2024-05-31 18:41:48 | +------------+-----------+-----------+---------+-------------------+---------------------+---------------------+ 1 row in set (0.001 sec) -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
