@@ -, +, @@ API --- Koha/Patron.pm | 2 ++ 1 file changed, 2 insertions(+) --- a/Koha/Patron.pm +++ a/Koha/Patron.pm @@ -1836,6 +1836,8 @@ sub to_api_mapping { altcontactstate => 'altcontact_state', altcontactzipcode => 'altcontact_postal_code', primary_contact_method => undef, + secret => undef, + auth_method => undef, }; } --