[Koha-bugs] [Bug 10493] Add renewal script

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Oct 19 00:15:54 CEST 2013


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

--- Comment #10 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 22076
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22076&action=edit
Bug 10493 - Add renewal script

Koha needs a renewal tool that functions similar to the returns where a
librarian can continuously scan items for renewal. This script should
block renewals that are impossible, and allow the same renewal overrides
as circulation.pl

Test plan:
 1) Apply the patches for bug 8798
 2) Apply this patch
 3) Browse to /cgi-bin/koha/circ/renew.pl
 4) Enter an invalid barcode, you should get an error message
 5) Enter a valid, but not checked out barcode, you should get an error
    message.
 6) Enter a valid barcode that is checkout out and should be renewable,
    you should get a success message.
 7) Enable AllowRenewalLimitOverride
 8) Enter a barcode for an item that has been renewed too many times
 9) You should get a warning which you can override.
10) Disable AllowRenewalLimitOverride
11) Repeat steap 8
12) You should get a blocking error message
11) Enter a barcode for an item with unfilled holds on it,
    you should get an overridable warning

Signed-off-by: Owen Leonard <oleonard at myacpl.org>

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


More information about the Koha-bugs mailing list