[Koha-bugs] [Bug 18958] If patron has multiple record level holds on one record transferring first hold causes next hold to become item level

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 27 12:17:18 CEST 2020


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

--- Comment #66 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 109222
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=109222&action=edit
Bug 18958: (follow-up) Ensure hold fill target reserve_id is set for all hold
types

MapItemsToHoldRequests has three sections: Local holds, item level holds, bib
level holds

Only one of them was setting the reserve_id. This patch makes al three set it
and adds tests

To test:
1 - Repeat test plan on bug
2 - sudo koha-mysql kohadev
    SELECT * FROM hold_fill_targets
3 - Ensure reserve_id is set at appropriate times
4 - prove -v  t/db_dependent/HoldsQueue.t

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


More information about the Koha-bugs mailing list