diff --git a/app/Filament/Exports/ReworkLocatorInvoiceValidationExporter.php b/app/Filament/Exports/ReworkLocatorInvoiceValidationExporter.php index 645552061..e8e87b1ba 100644 --- a/app/Filament/Exports/ReworkLocatorInvoiceValidationExporter.php +++ b/app/Filament/Exports/ReworkLocatorInvoiceValidationExporter.php @@ -24,8 +24,8 @@ class ReworkLocatorInvoiceValidationExporter 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')