From 87a8102d79356c3d1d0fae8d66864898a46f34e4 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 10 Feb 2026 14:19:02 +0530 Subject: [PATCH] Updated machine name column position and label changed from AUFNR to JOB NUMBER --- app/Filament/Exports/RequestCharacteristicExporter.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Filament/Exports/RequestCharacteristicExporter.php b/app/Filament/Exports/RequestCharacteristicExporter.php index 30e5fee..fa6eb67 100644 --- a/app/Filament/Exports/RequestCharacteristicExporter.php +++ b/app/Filament/Exports/RequestCharacteristicExporter.php @@ -30,12 +30,12 @@ class RequestCharacteristicExporter extends Exporter ->label('WORK CENTER'), ExportColumn::make('work_flow_id') ->label('WORK FLOW ID'), + ExportColumn::make('characteristicApproverMaster.machine_name') + ->label('MACHINE NAME'), ExportColumn::make('item.code') ->label('ITEM CODE'), ExportColumn::make('aufnr') - ->label('AUFNR'), - ExportColumn::make('characteristicApproverMaster.machine_name') - ->label('MACHINE NAME'), + ->label('JOB NUMBER'), ExportColumn::make('characteristicApproverMaster.approver_type') ->label('APPROVER TYPE'), ExportColumn::make('characteristicApproverMaster.characteristic_field')