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

(-)a/C4/SIP/ILS.pm (-1 / +1 lines)
Lines 235-240 sub checkin { Link Here
235
            siplog("LOG_DEBUG", "C4::SIP::ILS::Checkin - item not checked out");
235
            siplog("LOG_DEBUG", "C4::SIP::ILS::Checkin - item not checked out");
236
        }
236
        }
237
    } elsif ( $circ->ok ) {
237
    } elsif ( $circ->ok ) {
238
        $circ->screen_msg("Item checked-in: " . $item->{permanent_location} . " - " . $item->{location});
238
        $circ->patron( $patron = C4::SIP::ILS::Patron->new( $item->{borrowernumber} ) );
239
        $circ->patron( $patron = C4::SIP::ILS::Patron->new( $item->{borrowernumber} ) );
239
        delete $item->{borrowernumber};
240
        delete $item->{borrowernumber};
240
        delete $item->{due_date};
241
        delete $item->{due_date};
241
- 

Return to bug 25814