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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
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.
_______________________________________________
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/