[Koha-bugs] [Bug 8367] How long is a hold waiting for pickup at a more granular level

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 3 00:12:50 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8367

--- Comment #107 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Created attachment 79854
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79854&action=edit
Bug 8367: Altered expirationdate calc in Koha/Hold.pm and altered
C4/Reserves/CancelExpiredReserves()

Added check for holidays to expirationdate calculation in
Koha/Hold.pm so the expirationdate respects holidays as the
lastpickupdate does.

Changed C4/Reserve/CancelExpiredReserves() to check the
reserves.lastpickupdate rather than rserves.expirationdate. Therefore it will
now automatically expire holds
if they have not been picked up within the time period specified in the
hold pickup delay defined in the issuing rules (which is added to
reserves.waitingdate to calculate the reserves.lastpickupdate) AND the
ExpireReservesMaxPickUpDelay syspref is enabled.

Sponsored-By: Brimbank Library, Australia

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list