@@ -, +, @@ fee has been written off related to that item --- C4/Circulation.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/C4/Circulation.pm +++ a/C4/Circulation.pm @@ -2411,7 +2411,8 @@ sub _FixAccountForLostAndReturned { accounttype => { -in => [ 'L', 'W' ] }, }, { - order_by => { -desc => [ 'date', 'accountlines_id' ] } + order_by => { -desc => [ 'date', 'accountlines_id' ] }, + rows => 1, } ); --