@@ -, +, @@ --- Koha/Patron.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Patron.pm +++ a/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, }; --