From c172a5ed3b6190849a6e5dbe90e622a5854242f4 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 19 May 2022 17:41:53 +1000 Subject: [PATCH] Minor fixes --- app/Jobs/Util/Import.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Jobs/Util/Import.php b/app/Jobs/Util/Import.php index d1bb41682e00..ca9fefb2d823 100644 --- a/app/Jobs/Util/Import.php +++ b/app/Jobs/Util/Import.php @@ -237,7 +237,6 @@ class Import implements ShouldQueue //company size check if ($this->company->invoices()->count() > 500 || $this->company->products()->count() > 500 || $this->company->clients()->count() > 500) { - // $this->company->is_large = true; $this->company->account->companies()->update(['is_large' => true]); }