This commit is contained in:
Lizandro Guarnizo
2026-01-29 21:42:53 -05:00
parent 08e4fbe134
commit 5a91d96897
6 changed files with 80 additions and 58 deletions
@@ -32,7 +32,7 @@ class CobrosRelationManager extends RelationManager
->numeric()
->required()
->minValue(1)
->helperText('Prendas a descontar del inventario'),
->helperText('Prendas que llegaron con errores y se cobran al confeccionista'),
\Filament\Forms\Components\TextInput::make('valor')
->label('Valor del Cobro')
->numeric()