|
|
@@ -158,12 +158,22 @@ class EditAccountDataProvider extends BaseDataProvider
|
|
|
$productManager = new ProductManager();
|
|
|
$productManager->loadByHostingId($hid);
|
|
|
|
|
|
+ $fields['firstName'] = $this->formData['firstname'];
|
|
|
+ $fields['surName'] = $this->formData['lastname'];
|
|
|
+ $fields['commonName'] = $this->formData['display_name'];
|
|
|
+ $fields['companyName'] = $this->formData['company'];
|
|
|
+ $fields['titleBefore'] = $this->formData['title'];
|
|
|
+ $fields['phoneNumberWorkVoice'] = $this->formData['home_phone'];
|
|
|
+ $fields['phoneNumberMobile'] = $this->formData['mobile_phone'];
|
|
|
+ $fields['departmentName'] = $this->formData['department'];
|
|
|
+ $fields['profession'] = $this->formData['profession'];
|
|
|
+
|
|
|
logModuleCall(
|
|
|
'kerioEmail',
|
|
|
__FUNCTION__,
|
|
|
- $this->formData,
|
|
|
+ $this->data,
|
|
|
'Debug Error',
|
|
|
- $productManager
|
|
|
+ $fields
|
|
|
);
|
|
|
|
|
|
/* if(!$result)
|