From 8104da98d4b8f6f613c4734d85c969947005ae7c Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Sat, 21 Feb 2026 14:23:22 +0530 Subject: [PATCH] added production quantity in production plan resource page --- app/Filament/Resources/ProductionPlanResource.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/Filament/Resources/ProductionPlanResource.php b/app/Filament/Resources/ProductionPlanResource.php index 9088241..a23ae85 100644 --- a/app/Filament/Resources/ProductionPlanResource.php +++ b/app/Filament/Resources/ProductionPlanResource.php @@ -458,12 +458,12 @@ class ProductionPlanResource extends Resource ->numeric() ->sortable() ->searchable(), - // Tables\Columns\TextColumn::make('production_quantity') - // ->label('Production Quantity') - // ->alignCenter() - // ->numeric() - // ->sortable() - // ->searchable(), + Tables\Columns\TextColumn::make('production_quantity') + ->label('Production Quantity') + ->alignCenter() + ->numeric() + ->sortable() + ->searchable(), // Tables\Columns\TextColumn::make('line.name') // ->label('Line') // ->alignCenter()