Merge pull request 'changed the label name in bundle numberin weight validation' (#859) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled

Reviewed-on: #859
This commit was merged in pull request #859.
This commit is contained in:
2026-07-24 11:22:31 +00:00

View File

@@ -99,11 +99,11 @@ class WeightValidationResource extends Resource
->columnSpan(1) ->columnSpan(1)
->placeholder('Scan the valid Heat Number'), ->placeholder('Scan the valid Heat Number'),
Forms\Components\TextInput::make('bundle_number') Forms\Components\TextInput::make('bundle_number')
->label('Bundle Number') ->label('Bundle / Coil Number')
->minLength(1) ->minLength(1)
->numeric() ->numeric()
->columnSpan(1) ->columnSpan(1)
->placeholder('Scan the valid Bundle Number'), ->placeholder('Scan the valid Bundle / Coil Number'),
Forms\Components\TextInput::make('picked_weight') Forms\Components\TextInput::make('picked_weight')
->label('Picked Weight') ->label('Picked Weight')
->minLength(1) ->minLength(1)