https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42558 --- Comment #24 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- To test: 1. APPLY PATCH, updatedatabase, yarn_build, restart_all 2. Place a hold on something, ensuring everything works. 3. sudo koha-mysql kohadev: SELECT reservedate FROM reserves; 4. See that the reservedate should include a timestamp. 5. Administration > Circulation and fine rules, set Holds Allowed ( Daily ) to 1. 6. Try to place additional holds, make sure the daily limits are respected. prove t/db_dependent/Circulation.t t/db_dependent/Holds/ExpireReservesAutoFill.t t/db_dependent/Holds/WaitingReserves.t t/db_dependent/Reserves/CancelExpiredReserves.t t/db_dependent/Reserves/MultiplePerRecord.t t/db_dependent/ILSDI_Services.t t/db_dependent/Hold.t t/db_dependent/Reports/Guided.t t/db_dependent/api/v1/holds.t t/db_dependent/api/v1/checkouts.t t/db_dependent/Koha/Items.t t/db_dependent/HoldsQueue.t -- You are receiving this mail because: You are watching all bug changes.