http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12353
--- Comment #2 from Olli-Antti Kivilahti <[email protected]> --- Created attachment 31556 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31556&action=edit Initial commitmonster When calculating the last date before reserve expires, skip all days marked as holidays. This is done in C4::Reserves::_reserve_last_pickup_date() and Koha::Reserves::GetLastpickupdate() Also cronjobs/holds/delete_expired_holds.pl and circ/waitingreserves.pl are modified to use these routines, instead of each using their own method of determining last pickup date. Add a new <<lastpickupdate>> marker usable in RESERVESLIP and HOLD. Display the last pickup date in member/moremember.pl and circ/circulation.pl and circ/waitingreserves.pl opac/opac-user.pl -- 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/
