Updated plant code instead of name on export

This commit is contained in:
dhanabalan
2025-07-08 18:55:15 +05:30
parent f37f62be46
commit 49c4f25c79

View File

@@ -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')