From b17f675f73f46ae25d5e4812d4ef4830803d48e7 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Wed, 28 Jan 2026 15:59:20 +0530 Subject: [PATCH] Added line type options for process order report --- app/Filament/Resources/LineResource.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Filament/Resources/LineResource.php b/app/Filament/Resources/LineResource.php index f94fd0c..6705de1 100644 --- a/app/Filament/Resources/LineResource.php +++ b/app/Filament/Resources/LineResource.php @@ -156,6 +156,9 @@ class LineResource extends Resource 'Base FG Line' => 'Base FG Line', 'SFG Line' => 'SFG Line', 'FG Line' => 'FG Line', + 'Process Base FG Line' => 'Process Base FG Line', + 'Process SFG Line' => 'Process SFG Line', + 'Process FG Line' => 'Process FG Line', 'Machining Cell' => 'Machining Cell', 'Blanking Cell' => 'Blanking Cell', 'Forming Cell' => 'Forming Cell',