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

(-)a/C4/Circulation.pm (-2 / +2 lines)
Lines 2320-2326 sub _FixOverduesOnReturn { Link Here
2320
                accounttype => 'FU',
2320
                accounttype => 'FU',
2321
                accounttype => 'O',
2321
                accounttype => 'O',
2322
            ],
2322
            ],
2323
        }
2323
        },
2324
        { order_by => \'timestamp desc' }
2324
    )->next();
2325
    )->next();
2325
    return 0 unless $accountline;    # no warning, there's just nothing to fix
2326
    return 0 unless $accountline;    # no warning, there's just nothing to fix
2326
2327
2327
- 

Return to bug 17483