@@ -, +, @@ --- C4/Overdues.pm | 1 + 1 file changed, 1 insertion(+) --- a/C4/Overdues.pm +++ a/C4/Overdues.pm @@ -551,6 +551,7 @@ sub UpdateFine { #FIXME Should we still count this one in total_amount ?? } else { + $total_amount_other += $overdue->amountoutstanding; #We still count it $accountline = $overdue; next; } --