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

(-)a/C4/Circulation.pm (-1 / +1 lines)
Lines 1985-1990 sub AddReturn { Link Here
1985
1985
1986
        if ( $issue and $issue->is_overdue ) {
1986
        if ( $issue and $issue->is_overdue ) {
1987
        # fix fine days
1987
        # fix fine days
1988
            $today = $return_date if $return_date;
1988
            $today = $dropboxdate if $dropbox;
1989
            $today = $dropboxdate if $dropbox;
1989
            my ($debardate,$reminder) = _debar_user_on_return( $patron_unblessed, $item, dt_from_string($issue->date_due), $today );
1990
            my ($debardate,$reminder) = _debar_user_on_return( $patron_unblessed, $item, dt_from_string($issue->date_due), $today );
1990
            if ($reminder){
1991
            if ($reminder){
1991
- 

Return to bug 20660