[Koha-bugs] [Bug 23985] The method Koha::Item-> is not covered by tests!

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 12 18:03:43 CET 2019


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 95339
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=95339&action=edit
Bug 23985: (bug 21206 follow-up) Fix checkout list when "Hold pickup library
match" not set

This patch restores the behavior prior to bug 21206.
If "Hold pickup library match" is "Not set", then
hold_fulfillment_policy equals an empty string.

Test plan:
1. Go to "Circulation and fines rules"
2. Under "Default checkout, hold and return policy", unset "Hold pickup
library match" and Save
3. Place a hold on one item for one patron
4. Try to checkout the same item with another patron

=> Without this patch you the checkout list do not show, and the logs
contain "The method Koha::Item-> is not covered by tests!"
=> With this patch applied you see the checkout list

QA will take care of comparing the statement with the one before bug 21206
and make sure they are equivalent

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


More information about the Koha-bugs mailing list