[Koha-bugs] [Bug 7408] Expire holds that have been waiting too long

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 8 20:44:39 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7408

--- Comment #28 from Kyle M Hall <kyle.m.hall at gmail.com> ---
Before this patch is applied, CancelExpiredReserves only cancels reserves that
haven't been completed by the expiration date. This really should not cancel
reserves that are already waiting or in transit.

After the patch, not only does it cancel reserves that have passed their
expiration date, but will also optionally cancel waiting reserves that haven't
been picked up in the time frame set by ReservesMaxPickUpDelay. This is
controlled by the value of ExpireReservesMaxPickUpDelay. Also, if
ExpireReservesMaxPickUpDelayCharge is set, a fee will be charged to the patron
for not picking up a waiting reserve in the timeframe given.

(In reply to comment #27)
> grepped CancelExpiredReserves, I see it's only used in 
> 
> misc/cronjobs/holds/cancel_expired_holds.pl
> 
> but this script was already here. what did it before the patch that the
> patch changes (except for the fine thing)

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


More information about the Koha-bugs mailing list