Skip to content
Snippets Groups Projects
Commit 06b86507 authored by Raman Arora's avatar Raman Arora
Browse files

5664: Incorrect account type for email/phone accounts of a contact.

parent e70e2aca
No related branches found
No related tags found
No related merge requests found
...@@ -319,7 +319,7 @@ private void createContactMethodAccountAndRelationship(Account.Type accountType, ...@@ -319,7 +319,7 @@ private void createContactMethodAccountAndRelationship(Account.Type accountType,
// Find/Create an account instance for each of the contact method // Find/Create an account instance for each of the contact method
// Create a relationship between selfAccount and contactAccount // Create a relationship between selfAccount and contactAccount
if (!StringUtils.isEmpty(accountUniqueID)) { if (!StringUtils.isEmpty(accountUniqueID)) {
AccountFileInstance contactAccountInstance = createAccountInstance(accountsType, accountUniqueID); AccountFileInstance contactAccountInstance = createAccountInstance(accountType, accountUniqueID);
// Create a relationship between self account and the contact account // Create a relationship between self account and the contact account
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment