[Koha-bugs] [Bug 21020] New: Return branch not set for transfer when using SIP

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 29 14:58:30 CEST 2018


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: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: colin.campbell at ptfs-europe.com

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.


More information about the Koha-bugs mailing list