Bug 20285: Lost item refund won't always pay down lost item fee first
[srvgit] / C4 / Circulation.pm
index 6aada15..8e1bdc4 100644 (file)
@@ -2412,7 +2412,7 @@ sub _FixAccountForLostAndReturned {
             description  => "Item Returned " . $item_id,
             account_type => 'CR',
             offset_type  => 'Lost Item Return',
-            accounlines  => [$accountline],
+            lines        => [$accountline],
 
         }
     );