diff --git a/app/Jobs/Util/Import.php b/app/Jobs/Util/Import.php index 99856931a0e5..adf0f12fc4b7 100644 --- a/app/Jobs/Util/Import.php +++ b/app/Jobs/Util/Import.php @@ -561,6 +561,7 @@ class Import implements ShouldQueue $model_query = (new $model()) ->query() ->where($column, $value) + ->where('company_id', $this->company->id) ->exists(); if($model_query)