#7134 - supplierBalance #1306

Merged
jsegarra merged 52 commits from 7134-supplierBalance into dev 2025-01-29 15:16:50 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 06eb72764d - Show all commits

View File

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