fix: refs #7935 remove unused 'companyFk' column from InvoiceInList component
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-12-26 17:59:42 +01:00
parent 494b8440d6
commit be71e66075
1 changed files with 0 additions and 13 deletions

View File

@ -108,19 +108,6 @@ const cols = computed(() => [
}, },
format: (row) => row.code, format: (row) => row.code,
}, },
{
name: 'companyFk',
label: t('globals.company'),
columnFilter: {
component: 'select',
attrs: {
url: 'Companies',
fields: ['id', 'code'],
optionLabel: 'code',
},
},
format: (row) => row.code,
},
{ {
align: 'right', align: 'right',
name: 'tableActions', name: 'tableActions',