https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24194
--- Comment #37 from Joonas Kylmälä <[email protected]> --- (In reply to Joonas Kylmälä from comment #36) > Also if I'm not mistaken the reason you added ReserveExpiration > to set_waiting() is because of ReservesMaxPickUpDelay not working really > well – what you could do here is do a DB upgrade so that > ReservesMaxPickUpDelay value '' => 0 so then when ReservesMaxPickUpDelay is > not an integer value it would simply not add expiration date. Alternatively we could probably check if ExpireReservesMaxPickUpDelay is enabled and only then add the expiration date. -- 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/
