Skip to content
Snippets Groups Projects
Commit bd839116 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #2067 from frederic34/patch-2

Fix bug 1692 Can't update phone_pro with the contact webservice
parents 989cd874 891f8d94
Branches
Tags
No related merge requests found
...@@ -655,6 +655,7 @@ function updateContact($authentication,$contact) ...@@ -655,6 +655,7 @@ function updateContact($authentication,$contact)
$object->province_id=$contact['province_id']; $object->province_id=$contact['province_id'];
$object->phone_pro=$contact['phone_pro'];
$object->phone_perso=$contact['phone_perso']; $object->phone_perso=$contact['phone_perso'];
$object->phone_mobile=$contact['phone_mobile']; $object->phone_mobile=$contact['phone_mobile'];
$object->fax=$contact['fax']; $object->fax=$contact['fax'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment