https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26498
--- Comment #18 from Emmi Takkinen <[email protected]> --- (In reply to Jonathan Druart from comment #17) > The store method should be improved to set expirationdate only if > reservedate has been modified, to avoid unnecessary processing. Could you explain a little? Currently expirationdate is set only if "DefaultHoldExpirationdate" and it's not defined or empty. Which is true only when hold is first time made so I'm failing to see logic behind checking reservedate in case of modifications. However I now noticed that if "AllowHoldDateInFuture" is set and reservedate is modified expirationdate remains the same. That should be imo be fixed. -- 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/
