[Koha-bugs] [Bug 26108] Checkins should not require item to have been checked out

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 31 09:51:55 CEST 2020


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

--- Comment #2 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 107618
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107618&action=edit
Bug 26108: (bug 25855 follow-up) Call after_circ_action hook only if issue
exists

AddReturn can be called on an item even if it's not checked out (to
trigger holds for instance).
The hook should (?) not be called in that situation

Test plan:
Confirm the above and that the following tests are now passing:
 t/db_dependent/SIP/Message.t
 t/db_dependent/Reserves.t
 t/db_dependent/Circulation/issue.t
 t/db_dependent/SIP/Transaction.t
 t/db_dependent/Circulation.t

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


More information about the Koha-bugs mailing list