1
0
forked from poc/pds

Merge pull request 'Added label name for panel box' (#846) from ranjith-dev into master

Reviewed-on: poc/pds#846
This commit is contained in:
2026-07-21 06:51:22 +00:00

View File

@@ -134,6 +134,7 @@ class PanelBoxValidationResource extends Resource
// ->relationship('stickerMaster', 'id')
->required(),
Forms\Components\TextInput::make('production_order')
->label('Production Order\Doc No')
->placeholder('Scan the valid Production Order')
->minLength(7)
->maxLength(14)