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

(-)a/C4/Circulation.pm (-2 / +1 lines)
Lines 1780-1786 sub AddReturn { Link Here
1780
    }
1780
    }
1781
1781
1782
    # case of a return of document (deal with issues and holdingbranch)
1782
    # case of a return of document (deal with issues and holdingbranch)
1783
    my $today = dt_from_string( $return_date, 'iso' );
1783
    my $today = DateTime->now( time_zone => C4::Context->tz() );
1784
1784
1785
    if ($doreturn) {
1785
    if ($doreturn) {
1786
        my $datedue = $issue->{date_due};
1786
        my $datedue = $issue->{date_due};
1787
- 

Return to bug 8769