Merge pull request 'Hotfix: allow decimal numbers when creating a purchase request' (!927) from Hotfix-CreateRequest into master
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
Reviewed-on: #927 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
eecf8beb7a
|
@ -271,6 +271,7 @@ onMounted(() => (stateStore.rightDrawer = false));
|
|||
:label="t('purchaseRequest.price')"
|
||||
type="number"
|
||||
min="0"
|
||||
step="any"
|
||||
/>
|
||||
</template>
|
||||
</VnTable>
|
||||
|
|
Loading…
Reference in New Issue