fix: refs #8731 customerBalance and test #1578

Merged
carlossa merged 7 commits from 8731-customerBalanceFix into master 2025-03-10 08:22:14 +00:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit 18c927adb2 - Show all commits

View File

@ -224,7 +224,11 @@ async function getAmountPaid() {
/>
</VnRow>
<VnRow>
<VnInputDate :label="t('Date')" v-model="data.payed" />
<VnInputDate
carlossa marked this conversation as resolved Outdated
Outdated
Review

Required?

Required?
:label="t('Date')"
v-model="data.payed"
:required="true"
/>
<VnSelect
:label="t('Company')"
:options="companyOptions"