}
else {
if ( $circ->ok ) {
$circ->patron( $patron = new ILS::Patron $item->{patron} );
$circ->patron($patron = C4::SIP::ILS::Patron->new( $item->{patron} ));
delete $item->{patron};
delete $item->{due_date};
$patron->{items} = [ grep { $_ ne $item_id } @{ $patron->{items} } ];