Bug 14310 - Suspend and resume indvidual holds from patron holds table
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 16 Oct 2015 14:44:11 +0000 (10:44 -0400)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Wed, 27 Jan 2016 06:20:17 +0000 (06:20 +0000)
commitc60c8f0821a89b2914124b77ef6ae80421940009
tree2aa6437536052c646b1b7f8ca79f3b4366bbbacf
parentcc878aee77d8ed24d14217009a504bdbcf4de2f7
 Bug 14310 - Suspend and resume indvidual holds from patron holds table

This enhancment adds the ability to suspend and resume individual holds
from the holds table on circulation.pl and moremember.pl.

The interface is inspired/cribbed from the same feature already
available in the opac.

Test Plan:
1) Apply this patch
2) Find a patron with holds
3) Suspend a hold with no resume date
4) Resume the suspended hold
5) Suspend a hold with a resume date
6) Resume the suspended hold

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Cathi Wiggins <CWIGGINS@ci.arcadia.ca.us>

Signed-off-by: Megan Wianecki <mwianecki@mplmain.mtpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
Koha/Hold.pm
koha-tmpl/intranet-tmpl/prog/en/js/holds.js
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt
svc/hold/resume [new file with mode: 0644]
svc/hold/suspend [new file with mode: 0644]