Update MotorTestingMasterExporter and MotorTestingMasterImporter to use plant code and improve validation logic
This commit is contained in:
@@ -22,7 +22,7 @@ class MotorTestingMasterExporter extends Exporter
|
||||
// Increment and return the row number
|
||||
return ++$rowNumber;
|
||||
}),
|
||||
ExportColumn::make('plant.name')
|
||||
ExportColumn::make('plant.code')
|
||||
->label('PLANT'),
|
||||
ExportColumn::make('item.category')
|
||||
->label('CATEGORY'),
|
||||
|
||||
Reference in New Issue
Block a user