@@ -, +, @@ fee first and not the lost item fee first item fee refund --- C4/Circulation.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Circulation.pm +++ a/C4/Circulation.pm @@ -2391,7 +2391,7 @@ sub _FixAccountForLostAndReturned { description => "Item Returned " . $item_id, account_type => 'CR', offset_type => 'Lost Item Return', - accounlines => [$accountline], + lines => [$accountline], } ); --