Merge branch 'main' of https://github.com/frappe/lms into ui-fixes

This commit is contained in:
Jannat Patel
2022-05-24 11:05:20 +05:30
6 changed files with 53 additions and 42 deletions

View File

@@ -151,7 +151,7 @@
{% if course.paid_certificate %}
<div class="certificate-price" data-price="{{ course.price_certificate }}">
{{ _("Certificate Price:") }} {{ frappe.utils.fmt_money(course.price_certificate, 2, course.currency) }}
{{ _("Certificate Price:") }} {{ format_amount(course.price_certificate, course.currency) }}
</div>
{% endif %}