@@ -, +, @@ package or object reference - Verify that code change is correct. - Try to trigger a situation where an existing fine is updated (see comment in line 574 in C4/Overdues.pm) --- C4/Overdues.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Overdues.pm +++ a/C4/Overdues.pm @@ -585,7 +585,7 @@ sub UpdateFine { { date => dt_from_string(), amount => $amount, - outstanding => $out, + amountoutstanding => $out, lastincrement => $diff, accounttype => 'FU', } --