#6243 generalize cmr section #349

Merged
jorgep merged 10 commits from 6243-generalizeCmrSection into dev 2024-06-11 07:36:39 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f9b688fc37 - 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>