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