From 50ab1a3bd7aba4b63599b538440fc602fc1f8cb8 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 4 Jun 2021 20:42:25 +1000 Subject: [PATCH] Company Import --- app/Jobs/Account/CreateAccount.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Jobs/Account/CreateAccount.php b/app/Jobs/Account/CreateAccount.php index 4f3f23ae851e..32490cf2e01c 100644 --- a/app/Jobs/Account/CreateAccount.php +++ b/app/Jobs/Account/CreateAccount.php @@ -79,7 +79,6 @@ class CreateAccount $sp035a66 = CreateCompany::dispatchNow($this->request, $sp794f3f); $sp035a66->load('account'); - $sp035a66->settings = $this->processSettings($sp035a66->settings); $sp794f3f->default_company_id = $sp035a66->id; $sp794f3f->save();