8179-testToMaster #909

Merged
alexm merged 448 commits from 8179-testToMaster into master 2024-11-12 07:01:12 +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),
},
],