fix: allow negative amount
gitea/salix-front/pipeline/pr-master There was a failure building this commit Details

This commit is contained in:
Jon Elias 2025-05-06 10:28:11 +02:00
parent dfdff66057
commit 9aa1b104c8
1 changed files with 1 additions and 0 deletions

View File

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