Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix-front
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Javier Segarra 2025-05-06 12:35:52 +02:00
commit 6f43f2df04
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' }]"
:rules="validate('Worker.bankEntity')"
hide-selected
option-label="name"
option-label="bic"
option-value="id"
v-model="data.bankEntityFk"
>

View File

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