Bug 22563: Be more descriptive with accountypes
[koha.git] / C4 / Circulation.pm
index a622049..3f9e392 100644 (file)
@@ -2407,7 +2407,7 @@ sub _FixAccountForLostAndReturned {
     my $accountlines = Koha::Account::Lines->search(
         {
             itemnumber  => $itemnumber,
-            accounttype => 'L',
+            accounttype => 'LOST',
         },
         {
             order_by => { -desc => [ 'date', 'accountlines_id' ] }