Updated plant code instead of plant name on export
This commit is contained in:
@@ -24,8 +24,8 @@ class LocatorExporter extends Exporter
|
|||||||
// Increment and return the row number
|
// Increment and return the row number
|
||||||
return ++$rowNumber;
|
return ++$rowNumber;
|
||||||
}),
|
}),
|
||||||
ExportColumn::make('plant.name')
|
ExportColumn::make('plant.code')
|
||||||
->label('PLANT'),
|
->label('PLANT CODE'),
|
||||||
ExportColumn::make('locator_number')
|
ExportColumn::make('locator_number')
|
||||||
->label('LOCATOR NUMBER'),
|
->label('LOCATOR NUMBER'),
|
||||||
ExportColumn::make('locator_quantity')
|
ExportColumn::make('locator_quantity')
|
||||||
|
|||||||
Reference in New Issue
Block a user