Koha/C4/SIP/ILS/Transaction
Matthias Meusburger 6a76843d58 Bug 30118: Make holds_block_checkin in SIP behave like in Koha interface.
In koha interface, a warning is displayed when an item on hold is returned
only if the return is for this specific item.

This patch does the same in SIP: the return is blocked when holds_block_checkin
is enabled and there is a hold on a specific item and this is the very item
being returned.

Test plan:

The following behavior is expected in SIP:

 - An item is returned, and there is a reservation on record-level: block
 - An item is returned, and there is a reservation on this very item: block
 - An item is returned, and there is a reservation on another item: allow

Signed-off-by: Sonia <sonia.bouis@univ-lyon3.fr>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
2022-04-08 15:49:18 +02:00
..
Checkin.pm Bug 30118: Make holds_block_checkin in SIP behave like in Koha interface. 2022-04-08 15:49:18 +02:00
Checkout.pm Bug 29869: Remove C4::Reserves::ModReserveFill 2022-02-10 14:44:22 -10:00
FeePayment.pm Bug 29385: Catch register_id for payments against fees 2022-02-16 11:51:10 -10:00
Hold.pm Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
Renew.pm Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
RenewAll.pm Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00