up
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user