#6321 - Improve Tickets negatives #1388

Open
jsegarra wants to merge 25 commits from fix_ticketNegatives into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5519fcd066 - Show all commits

View File

@ -92,7 +92,7 @@ const columns = computed(() => [
columnClass: 'shrink',
},
{
name: 'colour',
name: 'inkFk',
align: 'center',
label: t('negative.colour'),
field: ({ inkFk }) => inkFk,