[Koha-bugs] [Bug 34972] Canceling a waiting hold from the holds over tab can make the next hold unfillable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 10 17:34:02 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34972

--- Comment #3 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> ---
Created attachment 160775
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=160775&action=edit
Bug 34972: Add unit tests for GetOtherReserves

To test:
1. Apply this patch only
2. Prove -v t/db_dependent/Circulation.t
--> Tests fail
--> Note verbose output for Tests for GetOtherReserves:
    ok 3 - GetOtherReserves should not set found status
    not ok 4 - GetOtherReserves should not set itemnumber on biblio-level hold
--> The itemnumber is set on a biblio-level hold, but the found status is not
set!
3. Apply the other patch
4. Prove -v t/db_dependent/Circulation.t
--> Tests pass

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


More information about the Koha-bugs mailing list