mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Remove status from default report for vendors
This commit is contained in:
parent
616e9211c0
commit
a470fc5c2c
@ -143,7 +143,7 @@ class VendorExport extends BaseExport
|
|||||||
$entity['vendor.classification'] = ctrans("texts.{$vendor->classification}") ?? '';
|
$entity['vendor.classification'] = ctrans("texts.{$vendor->classification}") ?? '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$entity['status'] = $this->calculateStatus($vendor);
|
// $entity['status'] = $this->calculateStatus($vendor);
|
||||||
|
|
||||||
return $entity;
|
return $entity;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user