Merge branch 'hotFix_VnUserLink_whenNotIsWorker' of https://gitea.verdnatura.es/verdnatura/salix-front into hotFix_VnUserLink_whenNotIsWorker
gitea/salix-front/pipeline/pr-master This commit is unstable Details

This commit is contained in:
Alex Moreno 2025-05-06 11:27:52 +02:00
commit 6f3b768fca
2 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,7 @@ const getBankEntities = (data, formData) => {
:acls="[{ model: 'BankEntity', props: '*', accessType: 'WRITE' }]" :acls="[{ model: 'BankEntity', props: '*', accessType: 'WRITE' }]"
:rules="validate('Worker.bankEntity')" :rules="validate('Worker.bankEntity')"
hide-selected hide-selected
option-label="name" option-label="bic"
option-value="id" option-value="id"
v-model="data.bankEntityFk" v-model="data.bankEntityFk"
> >

View File

@ -222,6 +222,7 @@ async function getAmountPaid() {
clearable clearable
v-model.number="data.amountPaid" v-model.number="data.amountPaid"
data-cy="paymentAmount" data-cy="paymentAmount"
:positive="false"
/> />
</VnRow> </VnRow>
<VnRow> <VnRow>