From d919ccedf66658a1015ca5958b784e4a096b252b Mon Sep 17 00:00:00 2001 From: david Date: Sun, 12 Apr 2026 21:24:26 +0200 Subject: [PATCH] . --- .../editors/proforma-update-editor-form.tsx | 32 +++++++++---------- .../editors/proforma-update-header-editor.tsx | 14 ++++++-- 2 files changed, 27 insertions(+), 19 deletions(-) diff --git a/modules/customer-invoices/src/web/proformas/update/ui/editors/proforma-update-editor-form.tsx b/modules/customer-invoices/src/web/proformas/update/ui/editors/proforma-update-editor-form.tsx index 2c5880ae..697e7515 100644 --- a/modules/customer-invoices/src/web/proformas/update/ui/editors/proforma-update-editor-form.tsx +++ b/modules/customer-invoices/src/web/proformas/update/ui/editors/proforma-update-editor-form.tsx @@ -39,26 +39,24 @@ export const ProformaUpdateEditorForm = ({ const { t } = useTranslation(); return ( -
-
- + + - + -
- +
+ - -
+
); 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 632b62de..f5a356ff 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 @@ -22,40 +22,50 @@ export const ProformaUpdateHeaderEditor = ({