7658-devToTest_2428 #508

Merged
alexm merged 392 commits from 7658-devToTest_2428 into test 2024-07-02 10:38:20 +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>