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' }"
|
||||
: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
|
||||
</i18n>
|
||||
|
|
Loading…
Reference in New Issue