Ticket purchase request #479

Merged
jsegarra merged 6 commits from :feature/TicketPurchaseRequest into dev 2024-06-25 20:36:52 +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>