1
0
forked from poc/pds

Updated machine work_center from machine name on export

This commit is contained in:
dhanabalan
2026-02-16 10:05:30 +05:30
parent 2acd3c8bb4
commit 9212e2f937

View File

@@ -28,7 +28,7 @@ class CharacteristicValueExporter extends Exporter
->label('LINE NAME'),
ExportColumn::make('item.code')
->label('ITEM CODE'),
ExportColumn::make('machine.name')
ExportColumn::make('machine.work_center')
->label('WORK CENTER'),
ExportColumn::make('process_order')
->label('PROCESS ORDER'),