Skip to content
Snippets Groups Projects
Unverified Commit fc36ecce authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #1668 from raman-bt/5664-contact-account-type

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