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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 22 02:06:54 CEST 2013


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22076|0                           |1
        is obsolete|                            |
  Attachment #22077|0                           |1
        is obsolete|                            |
  Attachment #22203|0                           |1
        is obsolete|                            |

--- Comment #24 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 22241
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22241&action=edit
[PASSED QA] 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>
Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
Passes all tests and QA script, some issues have been
addressed in follow-ups.

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


More information about the Koha-bugs mailing list