[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 Jan 11 10:48:02 CET 2017


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

--- Comment #22 from Alex Arnaud <alex.arnaud at biblibre.com> ---
For me there is two case:

1) The expiration date set by the patron is higher than the calculated
expiration date (that take into account pickup delay and holiday). In this
case, i think it is quite fair to overwrite the patron expiration date since he
is not supposed to keep the item waiting beyond the library delay. This is what
this patch does.

2) The patron expiration date is before the calculated expiration date. As the
patron don't need the item after its own date, we could overwrite
expirationdate with the one calculated. We need a adjustment to have this
behavior.

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


More information about the Koha-bugs mailing list