Orders view changes in pay modal

This commit is contained in:
William Buezas 2024-09-26 15:09:37 -03:00
parent 6927b86570
commit ce7e04379a
1 changed files with 4 additions and 2 deletions

View File

@ -122,7 +122,7 @@ const onConfirmPay = async () => {
</QPageSticky>
<VnConfirm
v-model="showAmountToPayDialog"
:message="t('amountToPay')"
message=" "
:promise="onConfirmPay"
>
<template #customHTML>
@ -133,7 +133,9 @@ const onConfirmPay = async () => {
type="number"
min="0"
:max="debt * -1"
/>
>
<template #append></template>
</VnInput>
</template>
</VnConfirm>
</QPage>