Merge pull request #2067 from frederic34/patch-2
Fix bug 1692 Can't update phone_pro with the contact webservice
This commit is contained in:
commit
bd8391163a
@ -655,6 +655,7 @@ function updateContact($authentication,$contact)
|
||||
$object->province_id=$contact['province_id'];
|
||||
|
||||
|
||||
$object->phone_pro=$contact['phone_pro'];
|
||||
$object->phone_perso=$contact['phone_perso'];
|
||||
$object->phone_mobile=$contact['phone_mobile'];
|
||||
$object->fax=$contact['fax'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user