Skip to content
Snippets Groups Projects
Commit e9308a85 authored by Brian Carrier's avatar Brian Carrier
Browse files

Merge branch 'release-4.7.0' into develop

parents 4dffabc6 fc36ecce
Branches
Tags
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