Bug 22563: Update lost handling to use accountline.status
[koha.git] / Koha / Account.pm
index a041600..ddee843 100644 (file)
@@ -721,7 +721,7 @@ our $offset_type = {
 our $account_type_credit = {
     'credit'           => 'C',
     'forgiven'         => 'FOR',
-    'lost_item_return' => 'CR',
+    'lost_item_return' => 'LOST_RETURN',
     'payment'          => 'Pay',
     'writeoff'         => 'W'
 };