diff --git a/src/pages/Entry/EntryPreAccount.vue b/src/pages/Entry/EntryPreAccount.vue index 7b16a7886..1b9f3222b 100644 --- a/src/pages/Entry/EntryPreAccount.vue +++ b/src/pages/Entry/EntryPreAccount.vue @@ -187,7 +187,7 @@ const columns = computed(() => [ { name: 'fiscalCode', label: t('entry.preAccount.fiscalCode'), - format: ({ fiscalCode }) => t(fiscalCode), + format: ({ fiscalCode }, dashIfEmpty) => t(dashIfEmpty(fiscalCode)), columnFilter: { component: 'select', name: 'fiscalCode',