7691-testToMaster #537

Merged
alexm merged 395 commits from 7691-testToMaster into master 2024-07-09 05:39:56 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d10f6b4d6c - Show all commits

View File

@ -221,7 +221,7 @@ const openCreateModal = () => createTicketRequestDialogRef.value.show();
<template #body-cell-saleFk="{ row }">
<QTd @click.stop>
<QBtn v-if="row.saleFk" flat color="primary">
{{ row.requester?.user?.nickname }}
{{ row.sale.itemFk }}
<ItemDescriptorProxy :id="row.sale.itemFk" />
</QBtn>
</QTd>