From 7182e7339672eacd2a156cfc7012b4c3ce480f2d Mon Sep 17 00:00:00 2001 From: Kevin_Ramirez Date: Wed, 11 Feb 2026 10:47:03 -0600 Subject: [PATCH] Corrcion cambio de regimen --- .../invoices/edit/observations-tab-form.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/lib/components/dashboard/invoices/edit/observations-tab-form.svelte b/frontend/src/lib/components/dashboard/invoices/edit/observations-tab-form.svelte index 87405e85..30be961a 100644 --- a/frontend/src/lib/components/dashboard/invoices/edit/observations-tab-form.svelte +++ b/frontend/src/lib/components/dashboard/invoices/edit/observations-tab-form.svelte @@ -132,7 +132,7 @@ {/if} - {#if operationType === 1} + {#if operationType === 1 || invoiceType === 'CR'}

@@ -233,7 +233,7 @@ class="h-8 text-sm font-medium" /> - {#if operationType === 1} + {#if operationType === 1 || invoiceType === 'CR'}
@@ -247,7 +247,7 @@

- {#if operationType === 1} + {#if operationType === 1 || invoiceType === 'CR'}
@@ -453,7 +453,7 @@
- {#if operationType === 1} + {#if operationType === 1 || invoiceType === 'CR'}
- {#if operationType !== 1 && invoiceType !== 'MEX'} + {#if operationType !== 1 && invoiceType !== 'MEX' && invoiceType !== 'CR'}