Bug 11879: Remove primary_contact_method from REST API

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2021-07-12 15:04:56 +02:00
parent f946d095a1
commit 60685c55c7

View file

@ -1842,7 +1842,8 @@ sub to_api_mapping {
altcontactphone => 'altcontact_phone',
altcontactsurname => 'altcontact_surname',
altcontactstate => 'altcontact_state',
altcontactzipcode => 'altcontact_postal_code'
altcontactzipcode => 'altcontact_postal_code',
primary_contact_method => undef,
};
}