X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=C4%2FSIP%2FILS.pm;h=f0465680ae75202851a6ab65d1e58f3e2601e8b0;hb=7183a241c4f696c0f7cea9868ee82573328fe98a;hp=432e4f1892c9e535adbe946ae31b3587bc1f73c3;hpb=b9d743a9281bfd6c853ffaa639577e1801f3b71b;p=koha.git diff --git a/C4/SIP/ILS.pm b/C4/SIP/ILS.pm index 432e4f1892..f0465680ae 100644 --- a/C4/SIP/ILS.pm +++ b/C4/SIP/ILS.pm @@ -181,7 +181,7 @@ sub checkin { $circ->item($item = new ILS::Item $item_id); if ($item) { - $circ->do_checkin($current_loc, $return_date); + $circ->do_checkin($current_loc); } else { $circ->alert(1); $circ->alert_type(99);