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

@ -194,7 +194,7 @@
<!-- Invoice date -->
<template #cell-invoice_date="{ row }">
{{ row.data.formatted_invoice_date }}
{{ row.data.formatted_invoice_date }}
</template>
<!-- Invoice Total -->