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:
parent
f946d095a1
commit
60685c55c7
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue