Updated machine work_center from machine name on export #335

Merged
jothi merged 1 commits from ranjith-dev into master 2026-02-16 04:35:53 +00:00
Showing only changes of commit 9212e2f937 - Show all commits

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'),