fix: refs #8731 required Date

This commit is contained in:
Carlos Satorres 2025-03-10 09:08:36 +01:00
parent 677477df8d
commit 18c927adb2
1 changed files with 5 additions and 1 deletions

View File

@ -224,7 +224,11 @@ async function getAmountPaid() {
/> />
</VnRow> </VnRow>
<VnRow> <VnRow>
<VnInputDate :label="t('Date')" v-model="data.payed" /> <VnInputDate
:label="t('Date')"
v-model="data.payed"
:required="true"
/>
<VnSelect <VnSelect
:label="t('Company')" :label="t('Company')"
:options="companyOptions" :options="companyOptions"