feat: refs #7134 default currency parameter
This commit is contained in:
parent
2f3c5245c0
commit
06eb72764d
|
@ -29,6 +29,7 @@ const userParams = computed(() => {
|
||||||
supplierId: route.params.id,
|
supplierId: route.params.id,
|
||||||
companyId: companyId.value ?? companyUser.value,
|
companyId: companyId.value ?? companyUser.value,
|
||||||
isBooked: false,
|
isBooked: false,
|
||||||
|
currencyFk: 1, // EUR
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue