HOTFIX: #6943 CustomerList form salesPersons options #790

Closed
jsegarra wants to merge 84 commits from hotfix_newCustomer_SalesPerson into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 81b4e09eba - Show all commits

View File

@ -55,7 +55,7 @@ const attendersOptions = ref([]);
<VnInput <VnInput
v-model="data.price" v-model="data.price"
:label="t('purchaseRequest.price')" :label="t('purchaseRequest.price')"
type="number" type="currency"
min="0" min="0"
/> />
</VnRow> </VnRow>