[Koha-bugs] [Bug 24620] Existing transfers not closed when hold is set to waiting

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 10 12:09:02 CET 2020


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #6 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Also:
1. ->store not needed on ->build_object
2. DateTime->now should not be used directly (or add arguments)
3. Tests are failing:
t/db_dependent//Circulation.t .. 45/47     # Looks like you planned 4 tests but
ran 1.

#   Failed test 'Filling a hold should cancel existing transfer'
#   at t/db_dependent//Circulation.t line 3783.
Can't use string ("ZSpzGDUl") as a HASH ref while "strict refs" in use at
/kohadevbox/koha/C4/Reserves.pm line 175.
# Looks like your test exited with 255 just after 47.

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


More information about the Koha-bugs mailing list