https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27166 Bug ID: 27166 Summary: SIP2 Connection is killed when an item that was not issued is checked in and generates a transfer Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: SIP2 Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: colin.campbell@ptfs-europe.com bug 21020 updated the SIP item with the destination branch by fetching it from the 'issue' object - if the item doesn't have an issue then the connection dies: problematic line in C4/SIP/ILS/Transaction/Checkin.pm: $self->{item}->destination_loc($issue->item->homebranch); To recreate: 1 - Have an item belonging to branch A 2 - Check it in via sip at branch B: perl misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 --item CHESS1 -l FPL -m checkin 3 - The read command is blank and there is a warn about uninitialized data -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.