Contact report

This commit is contained in:
David Bomba 2022-04-08 11:14:56 +10:00
parent 9f47187cdb
commit 161e0e0ee3

View File

@ -104,7 +104,6 @@ class ContactExport
$this->csv->insertOne($this->buildHeader()); $this->csv->insertOne($this->buildHeader());
ClientContact::where('company_id', $this->company->id) ClientContact::where('company_id', $this->company->id)
->where('is_deleted',0)
->cursor() ->cursor()
->each(function ($contact){ ->each(function ($contact){