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'}