diff --git a/frontend/src/lib/api/dashboard/a76/invoices.ts b/frontend/src/lib/api/dashboard/a76/invoices.ts index 91cc735e..b2a855c0 100644 --- a/frontend/src/lib/api/dashboard/a76/invoices.ts +++ b/frontend/src/lib/api/dashboard/a76/invoices.ts @@ -103,6 +103,7 @@ export interface InvoiceFinancials { insurance_value?: number | null; packaging?: number | null; other_increments?: number | null; + other_deductibles?: number | null; total_increments_mn?: number | null; total_increments_me?: number | null; iva_mn?: number | null; @@ -158,6 +159,8 @@ export interface InvoiceLogistics { payment_date?: string | null; payment_receipt_num?: string | null; is_ctm_process?: string | null; + is_subdivision?: boolean | null; + acts_as_cd?: boolean | null; } export interface InvoiceSalesDetails { diff --git a/frontend/src/lib/components/dashboard/invoices/edit/general-tab-form.svelte b/frontend/src/lib/components/dashboard/invoices/edit/general-tab-form.svelte index ba02ac9a..0b8ff489 100644 --- a/frontend/src/lib/components/dashboard/invoices/edit/general-tab-form.svelte +++ b/frontend/src/lib/components/dashboard/invoices/edit/general-tab-form.svelte @@ -1,4 +1,4 @@ -
+ {focusedLine.description?.description_spanish || 'Sin descripción disponible.'} +
+ {:else} ++ Selecciona una fila para ver la descripción. +
+ {/if}