http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7408
--- Comment #28 from Kyle M Hall <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
