https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8367
--- Comment #135 from Stefan Berndtsson <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
