Merge pull request 'Hotfix[CustomerBalance]: Allow negative amount' (!1776) from Hotfix-CustomerBalanceNegativeAmount into master
gitea/salix-front/pipeline/head This commit looks good
Details
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:
commit
ddecd0ae9a
|
@ -222,6 +222,7 @@ async function getAmountPaid() {
|
|||
clearable
|
||||
v-model.number="data.amountPaid"
|
||||
data-cy="paymentAmount"
|
||||
:positive="false"
|
||||
/>
|
||||
</VnRow>
|
||||
<VnRow>
|
||||
|
|
Loading…
Reference in New Issue