1
0
forked from poc/pds

Merge pull request 'Updated machine work_center from machine name on export' (#335) from ranjith-dev into master

Reviewed-on: poc/pds#335
This commit is contained in:
2026-02-16 04:35:52 +00:00

View File

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