From 8c5f2b5b390bbe4910f485b7c74d8feb6be4cfcb Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 29 Jul 2025 11:35:13 +0530 Subject: [PATCH] commented production order text input box as mandatory --- app/Filament/Pages/StickerReprint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Pages/StickerReprint.php b/app/Filament/Pages/StickerReprint.php index 1de8b8665..6f28f6d92 100644 --- a/app/Filament/Pages/StickerReprint.php +++ b/app/Filament/Pages/StickerReprint.php @@ -314,7 +314,7 @@ class StickerReprint extends Page implements HasForms TextInput::make('production_order') ->label('Production Order') ->reactive() - ->required() + //->required() //->columnSpan(1) ->columnSpan(['default' => 1, 'sm' => 1]) ->afterStateUpdated(function ($state, callable $get, callable $set): void {