#6273 fix redirect #434

Merged
jorgep merged 2 commits from 6273-fixRedirect into dev 2024-06-11 07:18:15 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c5889b2170 - Show all commits

View File

@ -234,7 +234,7 @@ const showBalancePdf = (balance) => {
<template #body-cell-employee="{ row }">
<QTd auto-width @click.stop>
<QBtn color="blue" flat no-caps>{{ row.userName }}</QBtn>
<WorkerDescriptorProxy :id="row.clientFk" />
<WorkerDescriptorProxy :id="row.workerFk" />
</QTd>
</template>