diff --git a/app/Export/CSV/VendorExport.php b/app/Export/CSV/VendorExport.php index 81c70a21d024..805837ea0708 100644 --- a/app/Export/CSV/VendorExport.php +++ b/app/Export/CSV/VendorExport.php @@ -143,7 +143,7 @@ class VendorExport extends BaseExport $entity['vendor.classification'] = ctrans("texts.{$vendor->classification}") ?? ''; } - $entity['status'] = $this->calculateStatus($vendor); + // $entity['status'] = $this->calculateStatus($vendor); return $entity; }