fix: refs #8388 enhance fiscalCode formatting in EntryPreAccount
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jorge Penadés 2025-04-30 18:39:15 +02:00
parent 5383df6946
commit 65f77b41e6
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ const columns = computed(() => [
{ {
name: 'fiscalCode', name: 'fiscalCode',
label: t('entry.preAccount.fiscalCode'), label: t('entry.preAccount.fiscalCode'),
format: ({ fiscalCode }) => t(fiscalCode), format: ({ fiscalCode }, dashIfEmpty) => t(dashIfEmpty(fiscalCode)),
columnFilter: { columnFilter: {
component: 'select', component: 'select',
name: 'fiscalCode', name: 'fiscalCode',