From a2789e0be9efc47e113fe66637baee1a8be3ee03 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 27 Jan 2023 08:09:38 +0000 Subject: [PATCH] Bug 28701: (QA follow-up) Make primary_contact_method visible Content-Type: text/plain; charset=utf-8 Via to_api_mapping. Signed-off-by: Marcel de Rooy --- Koha/Patron.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Patron.pm b/Koha/Patron.pm index 96a72a393a..8d2cce5c7d 100644 --- a/Koha/Patron.pm +++ b/Koha/Patron.pm @@ -1984,8 +1984,8 @@ sub to_api_mapping { altcontactsurname => 'altcontact_surname', altcontactstate => 'altcontact_state', altcontactzipcode => 'altcontact_postal_code', + primary_contact_method => 'primary_contact_method', password_expiration_date => undef, - primary_contact_method => undef, secret => undef, auth_method => undef, }; -- 2.30.2