[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
Fri Mar 22 18:41:07 CET 2024


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

Andrew Fuerste-Henry <andrewfh at dubcolib.org> changed:

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

--- Comment #10 from Andrew Fuerste-Henry <andrewfh at dubcolib.org> ---
Created attachment 163728
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163728&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

Signed-off-by: Andrew Fuerste Henry <andrewfh at dubcolib.org>

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


More information about the Koha-bugs mailing list