Commit 4422138e by Harsh Shah

Finish Hotfix-20171031

parents 897c1e95 cf6170ab
......@@ -45,7 +45,7 @@ public class CompleteApplicationFP extends SaveFP
CompanyUser companyUser = secUser.getExtension(CompanyUser.REFERENCE_CompanyUser);
// Update company in intercom
if(companyUser.getCompany() != null)
if(companyUser != null && companyUser.getCompany() != null)
{
IntercomUtils.updateCompany(companyUser.getCompany());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment