diff --git a/app/Filament/Exports/LocatorInvoiceValidationExporter.php b/app/Filament/Exports/LocatorInvoiceValidationExporter.php index 8328b64..ab74338 100644 --- a/app/Filament/Exports/LocatorInvoiceValidationExporter.php +++ b/app/Filament/Exports/LocatorInvoiceValidationExporter.php @@ -23,8 +23,8 @@ class LocatorInvoiceValidationExporter extends Exporter // Increment and return the row number return ++$rowNumber; }), - ExportColumn::make('plant.name') - ->label('PLANT'), + ExportColumn::make('plant.code') + ->label('PLANT CODE'), ExportColumn::make('invoice_number') ->label('INVOICE NUMBER'), ExportColumn::make('serial_number')