From 90036cc6915bafe3cfcc3d67078908b52a61b7ee Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Mon, 2 Feb 2026 22:24:23 +0000 Subject: [PATCH] Bug 35612: Update to Accounts.pm --- C4/Accounts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Accounts.pm b/C4/Accounts.pm index 5f3f06ee0f..cece86c7c4 100644 --- a/C4/Accounts.pm +++ b/C4/Accounts.pm @@ -114,7 +114,7 @@ sub chargelostitem { my $existing_charges = $account->lines->search( { - item_id => $itemnumber, + itemnumber => $itemnumber, debit_type_code => 'LOST', issue_id => $issue_id, } -- 2.39.5