[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 18:31:31 CEST 2012


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

Liz Rea <wizzyrea at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9178|0                           |1
        is obsolete|                            |

--- Comment #26 from Liz Rea <wizzyrea at gmail.com> ---
Created attachment 9183
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9183&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: 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