View | Details | Raw Unified | Return to bug 7981
Collapse All | Expand All

(-)a/circ/returns.pl (-2 / +1 lines)
Lines 291-297 if ($barcode) { Link Here
291
291
292
    # do the return
292
    # do the return
293
    ( $returned, $messages, $issueinformation, $borrower ) =
293
    ( $returned, $messages, $issueinformation, $borrower ) =
294
      AddReturn( $barcode, $userenv_branch, $exemptfine, $dropboxmode, $return_date_override );
294
      AddReturn( $barcode, $userenv_branch, $exemptfine, $dropboxmode, $return_date_override, $dropboxdate );
295
295
296
    if ($returned) {
296
    if ($returned) {
297
        my $time_now = DateTime->now( time_zone => C4::Context->tz )->truncate( to => 'minute');
297
        my $time_now = DateTime->now( time_zone => C4::Context->tz )->truncate( to => 'minute');
298
- 

Return to bug 7981