This commit is contained in:
Lizandro Guarnizo
2026-02-04 14:03:28 -05:00
parent 3670111591
commit e6bfb17bd0
5 changed files with 49 additions and 0 deletions
@@ -61,6 +61,11 @@ class OrdenProduccionResource extends Resource
->required()
->maxLength(255),
TextInput::make('referencia')
->label('Referencia')
->maxLength(255)
->helperText('Referencia de la prenda (opcional)'),
TextInput::make('cantidad_total')
->numeric()
->required()