https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17758
Srdjan Jankovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #58154|0 |1 is obsolete| | --- Comment #3 from Srdjan Jankovic <[email protected]> --- Created attachment 61347 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=61347&action=edit [SIGNED-OFF] Bug 17758 - SIP checkin does not handle holds correctly This patch updates SIP checkin to use reserve_id as param, to fix regression introduced by Bug 14695. To test: Given 1 patron and 1 biblio with two items attached: 1) create two record level holds on one biblio on same user Using SIP client or telnet: 2) checkin item x on pickup branch, observe item is waiting and hold 1 is filled 3) checkin item y on pickup branch, observe item y now is waiting and x is available 4) apply this patch and repeat 1-3, now expected behaviour should be that both holds are filled and both items waiting Signed-off-by: Srdjan <[email protected]> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
