Added location column in exporter of invoice data validations
This commit is contained in:
@@ -35,6 +35,8 @@ class InvoiceDataValidationExporter extends Exporter
|
||||
->label('CUSTOMER TRADE NAME'),
|
||||
ExportColumn::make('customer_location')
|
||||
->label('CUSTOMER LOCATION'),
|
||||
ExportColumn::make('location')
|
||||
->label('LOCATION'),
|
||||
ExportColumn::make('created_at')
|
||||
->label('CREATED AT'),
|
||||
ExportColumn::make('updated_at')
|
||||
|
||||
Reference in New Issue
Block a user