fix: refs #8388 update title for creating Intrastat line in InvoiceInIntrastat component
This commit is contained in:
parent
6c49c9ea82
commit
50cf47436c
|
@ -112,7 +112,7 @@ function getCode(row) {
|
||||||
:table="{ selection: 'multiple', 'row-key': '$index' }"
|
:table="{ selection: 'multiple', 'row-key': '$index' }"
|
||||||
:create="{
|
:create="{
|
||||||
urlCreate: 'InvoiceInIntrastats',
|
urlCreate: 'InvoiceInIntrastats',
|
||||||
title: t('Create Intrastat Line'),
|
title: t('Create Intrastat'),
|
||||||
formInitialData: { invoiceInFk: invoiceInId },
|
formInitialData: { invoiceInFk: invoiceInId },
|
||||||
onDataSaved: () => invoiceInIntrastatRef.reload(),
|
onDataSaved: () => invoiceInIntrastatRef.reload(),
|
||||||
}"
|
}"
|
||||||
|
@ -149,7 +149,6 @@ function getCode(row) {
|
||||||
net: Net
|
net: Net
|
||||||
stems: Stems
|
stems: Stems
|
||||||
country: Country
|
country: Country
|
||||||
Create Intrastat Line: Create Intrastat Line
|
|
||||||
es:
|
es:
|
||||||
Code: Código
|
Code: Código
|
||||||
amount: Valor mercancía
|
amount: Valor mercancía
|
||||||
|
@ -159,5 +158,5 @@ function getCode(row) {
|
||||||
Total amount: Total importe
|
Total amount: Total importe
|
||||||
Total net: Total neto
|
Total net: Total neto
|
||||||
Total stems: Total tallos
|
Total stems: Total tallos
|
||||||
Create Intrastat Line: Crear Línea Intrastat
|
Create Intrastat: Crear Intrastat
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|
Loading…
Reference in New Issue