[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
Tue Mar 19 19:35:27 CET 2024


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

Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> changed:

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

--- Comment #7 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> ---
Created attachment 163471
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163471&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