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]); }