From e7d868ef6f088bcffca6195ec136839b025b5229 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 20 Nov 2025 14:39:45 +0000 Subject: [PATCH] Bug 34069: Logaction should not be in all caps --- Koha/Old/Patron.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Old/Patron.pm b/Koha/Old/Patron.pm index 870ffdbcfde..55ce5bf713b 100644 --- a/Koha/Old/Patron.pm +++ b/Koha/Old/Patron.pm @@ -104,7 +104,7 @@ sub restore_deleted_borrower { # Log the restoration logaction( 'MEMBERS', - 'RESTORE', + 'Restore', $restored_patron->borrowernumber, "Patron restored from deletedborrowers: " . $restored_patron->cardnumber ) if C4::Context->preference('BorrowersLog'); -- 2.39.5