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

(-)a/C4/Circulation.pm (-2 / +2 lines)
Lines 2411-2417 sub _FixAccountForLostAndReturned { Link Here
2411
            accounttype => { -in => [ 'L', 'W' ] },
2411
            accounttype => { -in => [ 'L', 'W' ] },
2412
        },
2412
        },
2413
        {
2413
        {
2414
            order_by => { -desc => [ 'date', 'accountlines_id' ] }
2414
            order_by => { -desc => [ 'date', 'accountlines_id' ] },
2415
            rows => 1,
2415
        }
2416
        }
2416
    );
2417
    );
2417
2418
2418
- 

Return to bug 23018