0
0
Fork 0

Merge branch 'dev' into 6243-generalizeCmrSection

This commit is contained in:
Jorge Penadés 2024-06-11 07:02:37 +00:00
commit f9b688fc37
1 changed files with 1 additions and 1 deletions

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>