diff --git a/frontend/src/lib/components/dashboard/invoices/edit/invoice-top-fields.svelte b/frontend/src/lib/components/dashboard/invoices/edit/invoice-top-fields.svelte index 4b82e31d..99e49e88 100644 --- a/frontend/src/lib/components/dashboard/invoices/edit/invoice-top-fields.svelte +++ b/frontend/src/lib/components/dashboard/invoices/edit/invoice-top-fields.svelte @@ -150,6 +150,8 @@ fecha_pedimento_al: '', clave_pedimento: '', regimen_pedimento: '', + invoice_prefix: '', + invoice_initial_number: '', iva_factor: invoice?.financials?.iva_factor || '', alternate_invoice: invoice?.alternate_invoice || '' }; @@ -327,6 +329,56 @@ {/if} + + {#if isSettings} +
+ + +
+ +
+ + +
+ + {#if invoiceType !== 'MEX'} +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ {/if} + {/if} + {#if !isSettings}