foodfire
foodfire copied to clipboard
Admin Page - Total Amount - Apply Currency Filter
Hi Swadesh,
Thank you for the wonderful package.
Found below:
Below line should be changed From:
Total: ₹{{ o.amount.total }}
To:
Total: {{ o.amount.total | currency }}
Code Line Permalink: https://github.com/itswadesh/foodfire/blob/5de564292ddbc09b7fcbb4ee666cae895d05f1f0/pages/admin/index.vue#L151
I have never been into contributing through code, else I would have done PR and updated the repo.