(bug 1532) Reserves Updates Ported From Dev_Week
authorKyle M Hall <kyle.m.hall@gmail.com>
Wed, 23 Sep 2009 16:10:23 +0000 (16:10 +0000)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 19 Feb 2010 03:49:47 +0000 (22:49 -0500)
commit3502810346d5e2b24417c47638f2ee42dd5c61d7
tree02243124232ba2431be6a5de3c9c5a4a79122986
parent6ded7fcfd32ac903bfc3499d1af61db3c3ed7a78
(bug 1532) Reserves Updates Ported From Dev_Week

This is a much improved re-implementation of the reserves updates from dev_week.
Less new code has been added, and more existing functions are used instead of adding new ones.

The 'Lock Hold' function has been removed due to it not working as intended.

[RM note for documentation: this adds the following features:

* ability to specify an expiration date for a hold request
  when placing it via the staff interface or OPAC
* daily batch job to cancel expired holds
* nice interface to change the priority of hold
  requests for a bib in the staff interface]

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
15 files changed:
C4/Reserves.pm
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl
koha-tmpl/intranet-tmpl/prog/img/go-bottom.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/img/go-down.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/img/go-top.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/img/go-up.png [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/img/x.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl
misc/cronjobs/cancel_expired_reserves.pl [new file with mode: 0755]
opac/opac-reserve.pl
opac/opac-user.pl
reserve/placerequest.pl
reserve/request.pl