|
@@ -302,7 +302,7 @@ func (s *projectAccountService) Save(viewAccount viewmodels.ProjectAccount, id i
|
|
|
account.Name = viewAccount.Name
|
|
|
account.Company = viewAccount.Company
|
|
|
account.Position = viewAccount.Position
|
|
|
- //account.Mobile = viewAccount.Mobile
|
|
|
+ account.Mobile = viewAccount.Mobile
|
|
|
account.Telephone = viewAccount.Telephone
|
|
|
account.AccountGroup = viewAccount.AccountGroup
|
|
|
|