From b286edd5c02f06fb8f956bae8bf4cfa63493ee48 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 8 Jul 2026 19:22:13 +0200 Subject: [PATCH] Hacer obligatorio el campo "Serie" --- .../update/ui/editors/proforma-update-header-editor.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/customer-invoices/src/web/proformas/update/ui/editors/proforma-update-header-editor.tsx b/modules/customer-invoices/src/web/proformas/update/ui/editors/proforma-update-header-editor.tsx index 6b0c9459..262a2d39 100644 --- a/modules/customer-invoices/src/web/proformas/update/ui/editors/proforma-update-header-editor.tsx +++ b/modules/customer-invoices/src/web/proformas/update/ui/editors/proforma-update-header-editor.tsx @@ -68,6 +68,7 @@ export const ProformaUpdateHeaderEditor = ({ name="series" placeholder={t("form_fields.proformas.series.placeholder")} readOnly={readOnly} + required />