From bcb6b446b62293e744d9a76d600b18a4c1c6b362 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 16 Oct 2025 11:09:15 -0300 Subject: [PATCH] Bug 28701: (QA follow-up) Make primary_contact_method visible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel de Rooy Signed-off-by: Tomás Cohen Arazi --- Koha/Patron.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/Patron.pm b/Koha/Patron.pm index 4d94d0b765e..ec0acf4276e 100644 --- a/Koha/Patron.pm +++ b/Koha/Patron.pm @@ -2926,7 +2926,6 @@ sub to_api_mapping { altcontactstate => 'altcontact_state', altcontactzipcode => 'altcontact_postal_code', password_expiration_date => undef, - primary_contact_method => undef, secret => undef, auth_method => undef, }; -- 2.51.0