[Koha-bugs] [Bug 7641] Add ability to suspend reserves.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 13 16:45:54 CEST 2012


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

--- Comment #25 from Kyle M Hall <kyle.m.hall at gmail.com> ---
Created attachment 9178
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9178&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

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


More information about the Koha-bugs mailing list