[Koha-bugs] [Bug 8918] ILS-DI: HoldTitle and HoldItem do not calculate rank of hold

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 18 16:28:53 CET 2013


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

--- Comment #10 from Julian Maurice <julian.maurice at biblibre.com> ---
Test plan:

- Get a valid biblionumber and two borrowernumbers that can hold this biblio
record

On master:
- Go to
http://opac.your-library/cgi-bin/koha/ilsdi.pl?service=HoldTitle&patron_id=BORROWERNUMBER1&bib_id=BIBLIONUMBER&request_location=127.0.0.1
and to
http://opac.your-library/cgi-bin/koha/ilsdi.pl?service=HoldTitle&patron_id=BORROWERNUMBER2&bib_id=BIBLIONUMBER&request_location=127.0.0.1
- Then check the holds on your biblio record. Under column 'Priority', you
should see 'Waiting' for both reserves.
- Cancel these holds

Apply the patch:
- Go to
http://opac.your-library/cgi-bin/koha/ilsdi.pl?service=HoldTitle&patron_id=BORROWERNUMBER1&bib_id=BIBLIONUMBER&request_location=127.0.0.1
and to
http://opac.your-library/cgi-bin/koha/ilsdi.pl?service=HoldTitle&patron_id=BORROWERNUMBER2&bib_id=BIBLIONUMBER&request_location=127.0.0.1
- Then check the holds on your biblio record. Under column 'Priority', you
should now see '1' for the first borrowernumber and '2' for the other.

Apply the same test plan for HoldItem service.

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


More information about the Koha-bugs mailing list