@@ -, +, @@ --- C4/Circulation.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Circulation.pm +++ a/C4/Circulation.pm @@ -2063,7 +2063,7 @@ sub AddReturn { _CalculateAndUpdateFine( { issue => $issue, - item => $item, + item => $item->unblessed, borrower => $patron_unblessed, return_date => $return_date } --