Hotfix: allow decimal numbers when creating a purchase request #927

Merged
jon merged 3 commits from Hotfix-CreateRequest into master 2024-11-13 13:18:49 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ onMounted(() => (stateStore.rightDrawer = false));
:label="t('purchaseRequest.price')" :label="t('purchaseRequest.price')"
type="number" type="number"
min="0" min="0"
step="any"
/> />
</template> </template>
</VnTable> </VnTable>