View | Details | Raw Unified | Return to bug 27166
Collapse All | Expand All

(-)a/C4/SIP/ILS/Transaction/Checkin.pm (-2 / +1 lines)
Lines 109-115 sub do_checkin { Link Here
109
        $self->alert_type('04');            # send to other branch
109
        $self->alert_type('04');            # send to other branch
110
    }
110
    }
111
    if ($messages->{WasTransfered}) { # set into transit so tell unit
111
    if ($messages->{WasTransfered}) { # set into transit so tell unit
112
        $self->{item}->destination_loc($issue->item->homebranch);
112
        $self->{item}->destination_loc($self->{item}->{homebranch});
113
        $self->alert_type('04');            # send to other branch
113
        $self->alert_type('04');            # send to other branch
114
    }
114
    }
115
    if ($messages->{ResFound}) {
115
    if ($messages->{ResFound}) {
116
- 

Return to bug 27166