From 30a74a8ee93232a3cb6d5559bde721e4fc78e5de Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 26 May 2015 11:55:56 +0200 Subject: [PATCH] Bug 7981: Reintroduce dropboxdate The parameter was lost in previous commit. Signed-off-by: Jonathan Druart --- circ/returns.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/returns.pl b/circ/returns.pl index 1e221ee..c36318f 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'); -- 2.1.0