[Koha-bugs] [Bug 12353] Everybody need to know the last pickup date for reserves, even notices.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 12 16:24:31 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12353

--- Comment #2 from Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> ---
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.


More information about the Koha-bugs mailing list