Merge pull request 'Hotfix[CustomerBalance]: Allow negative amount' (!1776) from Hotfix-CustomerBalanceNegativeAmount into master
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #1776
Reviewed-by: Pablo Natek <pablone@verdnatura.es>
This commit is contained in:
Jon Elias 2025-05-06 09:20:36 +00:00
commit ddecd0ae9a
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>