refs #6897 remove code fix section #415

Merged
carlossa merged 8 commits from 6897-EntryMigration into dev 2024-06-18 06:16:18 +00:00
3 changed files with 3 additions and 1 deletions
Showing only changes of commit bc30531d42 - Show all commits

View File

@ -420,6 +420,7 @@ entry:
buyingValue: Buying value
freightValue: Freight value
comissionValue: Commission value
description: Description
packageValue: Package value
isIgnored: Is ignored
price2: Grouping

View File

@ -418,6 +418,7 @@ entry:
buyingValue: Coste
freightValue: Porte
comissionValue: Comisión
description: Descripción
packageValue: Embalaje
isIgnored: Ignorado
price2: Grouping

View File

@ -167,7 +167,7 @@ const columns = computed(() => [
},
},
{
label: t('globals.description'),
label: t('entry.latestBuys.description'),
field: 'description',
name: 'description',
align: 'left',