8062-testToMaster_2 #792

Merged
alexm merged 347 commits from 8062-testToMaster_2 into master 2024-10-03 05:48:03 +00:00
1 changed files with 7 additions and 8 deletions
Showing only changes of commit 8bbea9c903 - Show all commits

View File

@ -122,6 +122,13 @@ function handleLocation(data, location) {
/>
</VnRow>
<VnRow>
<QCheckbox
:label="t('Electronic invoice')"
v-model="data.hasElectronicInvoice"
/>
<QCheckbox :label="t('Daily invoice')" v-model="data.hasDailyInvoice" />
</VnRow>
<VnRow>
<div>
<QCheckbox
@ -136,14 +143,6 @@ function handleLocation(data, location) {
</div>
<QCheckbox :label="t('Verified data')" v-model="data.isTaxDataChecked" />
</VnRow>
<VnRow>
<QCheckbox
:label="t('Electronic invoice')"
v-model="data.hasElectronicInvoice"
/>
<QCheckbox :label="t('Daily invoice')" v-model="data.hasDailyInvoice" />
</VnRow>
</template>
</FormModel>
</template>