[Koha-bugs] [Bug 8084] Suspend Until not set on by suspend button

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 14 14:57:08 CEST 2012


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

--- Comment #1 from Kyle M Hall <kyle.m.hall at gmail.com> ---
Created attachment 9561
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9561&action=edit
Bug 7641 - Followup - Suspend Until not set on by suspend button.

For request.pl, there are two ways to suspend a reserve, either
by using the 'suspend' button for an individual reserve, or by
using the 'Update hold(s)' button with suspend until dates set.

If the 'suspend' button is used, any date in the 'suspend until'
field is ignored. This commit fixes this issue.

  * Add suspend_until date to suspend button link via jquery
  * Add optional date to ToggleSuspend()
  * Add KohaDates plugin where necessary

Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
Signed-off-by: Liz Rea <wizzyrea at gmail.com>
passes tests, tested:
* suspend all holds from circ.pl
* suspend one hold from circ.pl
* suspend all holds from moremember.pl
* suspend one hold from moremember.pl
   --- NOTE: clicking suspend all holds without setting a date will mean the
holds must be manually unsuspended. I'm not sure this is intentional?
* suspend a specific hold using the in-table button on reserves
* suspend a specific hold using the "update hold" button

500 error is gone.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list