fix currency issue

This commit is contained in:
makwanar587
2021-12-01 16:24:23 +05:30
parent e22f60ff16
commit e30b99a730
4 changed files with 8 additions and 5 deletions

View File

@ -185,7 +185,7 @@
<template #cell-amount="{ row }">
<BaseFormatMoney
:amount="row.data.amount"
:currency="companyStore.selectedCompanyCurrency"
:currency="row.data.customer.currency"
/>
</template>