@@ -, +, @@ --- C4/Overdues.pm | 1 - 1 file changed, 1 deletion(-) --- a/C4/Overdues.pm +++ a/C4/Overdues.pm @@ -552,7 +552,6 @@ sub UpdateFine { } else { $accountline = $overdue; - next; } } $total_amount_other += $overdue->amountoutstanding; --