1
0
forked from poc/pds

changed the label name in bundle numberin weight validation

This commit is contained in:
dhanabalan
2026-07-24 16:52:17 +05:30
parent 6d4ed2a384
commit 0561a2443e

View File

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