http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8367
--- Comment #27 from Jonathan Druart <[email protected]> --- Created attachment 15498 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15498&action=edit Bug 8367: Followup Add more granular level for ReservesMaxPickUpDelay This patch removes the ReservesMaxPickUpDelay syspref. The update database script will update the issuingrules table with the correct value before removing it. 1 new column: reserves.maxpickupdate (and for old_reserves). It contains the waitingdate + the corresponding max pickup delay. Each time the waitingdate is modified, this value will be modified too. To test: Play with the reserve workflow (Add, remove, change priority, etc.) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
