https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30118
[email protected] <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #130703|0 |1 is obsolete| | --- Comment #2 from [email protected] <[email protected]> --- Created attachment 132626 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132626&action=edit 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 <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
