From daf7758b9fe62bbf6a3e3eb60e1d68316f862566 Mon Sep 17 00:00:00 2001 From: hreyes Date: Tue, 28 Apr 2026 12:15:26 -0600 Subject: [PATCH] feature/quitar-label-tc-pedimentos --- .../pedimentos/edit/general-tab-form.svelte | 36 ++++++++++--------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/frontend/src/lib/components/dashboard/pedimentos/edit/general-tab-form.svelte b/frontend/src/lib/components/dashboard/pedimentos/edit/general-tab-form.svelte index 49061420..a176f970 100644 --- a/frontend/src/lib/components/dashboard/pedimentos/edit/general-tab-form.svelte +++ b/frontend/src/lib/components/dashboard/pedimentos/edit/general-tab-form.svelte @@ -621,23 +621,25 @@
- -

- Tipo de fecha para TC: FECHA {getEffectiveDateLabel().toUpperCase()} - {#if formData.pedimento_type === 'consolidated' && getEffectiveExchangeDate() > getCurrentLocalDate()} - - (Opcional por fecha futura en consolidado) - - {/if} -

+
+ +

+ FECHA {getEffectiveDateLabel().toUpperCase()} +

+
+ {#if formData.pedimento_type === 'consolidated' && getEffectiveExchangeDate() > getCurrentLocalDate()} +

+ (Opcional por fecha futura en consolidado) +

+ {/if}