https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21020
Bug ID: 21020
Summary: Return branch not set for transfer when using SIP
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 17680 replace GetItemIssue with a call to the Issue object - the code in
/C4/SIP/ILS/Transaction/Checkin.pm expects item information
I think line 97:
$self->{item}->destination_loc($iteminformation->{homebranch});
Should be:
$self->{item}->destination_loc($iteminformation->item->homebranch);
--
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]
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/