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

(-)a/C4/SIP/ILS/Transaction/Checkin.pm (-2 / +1 lines)
Lines 133-139 sub do_checkin { Link Here
133
        $self->alert_type('04');            # send to other branch
133
        $self->alert_type('04');            # send to other branch
134
    }
134
    }
135
    if ($messages->{WasTransfered}) { # set into transit so tell unit
135
    if ($messages->{WasTransfered}) { # set into transit so tell unit
136
        $self->{item}->destination_loc($issue->item->homebranch);
136
        $self->{item}->destination_loc($item->homebranch);
137
        $self->alert_type('04');            # send to other branch
137
        $self->alert_type('04');            # send to other branch
138
    }
138
    }
139
    if ($messages->{ResFound} || $checkin_blocked_by_holds ) {
139
    if ($messages->{ResFound} || $checkin_blocked_by_holds ) {
140
- 

Return to bug 27166