Bug 3638 : Captured Holds may need to generate a transfer
[koha.git] / C4 / SIP / ILS.pm
index 432e4f1..f046568 100644 (file)
@@ -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);