diff --git a/circ/returns.pl b/circ/returns.pl index 1e221eec5e..c36318fba4 100755 --- a/circ/returns.pl +++ b/circ/returns.pl @@ -291,7 +291,7 @@ if ($barcode) { # do the return ( $returned, $messages, $issueinformation, $borrower ) = - AddReturn( $barcode, $userenv_branch, $exemptfine, $dropboxmode, $return_date_override ); + AddReturn( $barcode, $userenv_branch, $exemptfine, $dropboxmode, $return_date_override, $dropboxdate ); if ($returned) { my $time_now = DateTime->now( time_zone => C4::Context->tz )->truncate( to => 'minute');