From 50cf47436cd0d277d04203a85ffe49ffc3eab81f Mon Sep 17 00:00:00 2001 From: jorgep Date: Wed, 23 Apr 2025 17:26:03 +0200 Subject: [PATCH] fix: refs #8388 update title for creating Intrastat line in InvoiceInIntrastat component --- src/pages/InvoiceIn/Card/InvoiceInIntrastat.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/InvoiceIn/Card/InvoiceInIntrastat.vue b/src/pages/InvoiceIn/Card/InvoiceInIntrastat.vue index 3bc4031ed..db728b526 100644 --- a/src/pages/InvoiceIn/Card/InvoiceInIntrastat.vue +++ b/src/pages/InvoiceIn/Card/InvoiceInIntrastat.vue @@ -112,7 +112,7 @@ function getCode(row) { :table="{ selection: 'multiple', 'row-key': '$index' }" :create="{ urlCreate: 'InvoiceInIntrastats', - title: t('Create Intrastat Line'), + title: t('Create Intrastat'), formInitialData: { invoiceInFk: invoiceInId }, onDataSaved: () => invoiceInIntrastatRef.reload(), }" @@ -149,7 +149,6 @@ function getCode(row) { net: Net stems: Stems country: Country - Create Intrastat Line: Create Intrastat Line es: Code: Código amount: Valor mercancía @@ -159,5 +158,5 @@ function getCode(row) { Total amount: Total importe Total net: Total neto Total stems: Total tallos - Create Intrastat Line: Crear Línea Intrastat + Create Intrastat: Crear Intrastat