[Koha-bugs] [Bug 12063] Change date calculation for reserve expiration to skip all holidays

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 29 16:02:52 CEST 2016


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

Koha Team Lyon 3 <koha at univ-lyon3.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #6 from Koha Team Lyon 3 <koha at univ-lyon3.fr> ---
It works as described for the calculation of expirationdate
ExcludeHolidaysFromMaxPickUpDelay is activate and ReservesMaxPickUpDelay=5.
Several closed days are put in the calendar and I have this :
29-06-2016 - open : waitingdate
30-06-2016 - closed : skip
01-07-2016 - closed : skip
02-07-2016 - open : day 1
03-07-2016 - closed : skip
04-07-2016 - closed : skip
05-07-2016 - open : day 2
06-07-2016 - open : day 3
07-07-2016 - closed
08-07-2016 - open : day 4
09-07-2016 - open : day 5 -> expirationdate

ExcludeHolidaysFromMaxPickUpDelay is activate and ReservesMaxPickUpDelay=5.
Several closed days :

29-06-2016 - open : waitingdate
30-06-2016 - closed : day 1
01-07-2016 - closed : day 2
02-07-2016 - open : day 3
03-07-2016 - closed : day 4
04-07-2016 - closed : day 5 -> expirationdate

But, cancelation with misc/cronjobs/holds/cancel_expired_holds.pl doesn't
work...

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


More information about the Koha-bugs mailing list