#7884 added new filter field #720

Merged
jon merged 19 commits from 7884-AddLabelerField into dev 2024-10-02 08:46:56 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit de01dda2ed - Show all commits

View File

@ -99,6 +99,7 @@ const columns = computed(() => [
{
title: t('printLabels'),
icon: 'print',
isPrimary: true,
action: (row) => printBuys(row.id),
},
],