[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
Tue Sep 24 11:21:37 CEST 2019


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

--- Comment #135 from Stefan Berndtsson <stefan.berndtsson at ub.gu.se> ---
I'm really unclear of the relationship between the two columns lastpickupdate
and expirationdate from this patch.

This patch introduces lastpickupdate, but set_waiting() sets expirationdate.
Cancelling of an expired hold is then checked against lastpickupdate (used to
be expirationdate).

All of the rest of the Koha code that is not affected by this patch uses
expirationdate.

Why is lastpickupdate there? Why is cancelling comparing against something that
set_waiting() didn't set?

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


More information about the Koha-bugs mailing list