feat: refs #7134 default currency parameter

This commit is contained in:
Javier Segarra 2025-01-13 23:13:08 +01:00
parent 2f3c5245c0
commit 06eb72764d
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ const userParams = computed(() => {
supplierId: route.params.id,
companyId: companyId.value ?? companyUser.value,
isBooked: false,
currencyFk: 1, // EUR
};
});