1
0
forked from poc/pds

Changed plant name as plant code in item importer and exporter

This commit is contained in:
dhanabalan
2025-12-12 17:08:52 +05:30
parent 151c563c4b
commit a1974ce78c
2 changed files with 31 additions and 20 deletions

View File

@@ -24,8 +24,8 @@ class ItemExporter 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('category')
->label('CATEGORY'),
ExportColumn::make('code')