fix: conflicts

This commit is contained in:
Jannat Patel
2021-10-19 12:37:16 +05:30
8 changed files with 26 additions and 24 deletions

View File

@@ -201,7 +201,7 @@
{% if avg_rating %}
<div class="overtime-item">
<img class="icon-background mr-1" src="/assets/school/icons/rating.svg" />
{{ avg_rating }} Rating
{{ frappe.utils.flt(avg_rating, frappe.get_system_settings("float_precision") or 3) }} Rating
</div>
{% endif %}
</div>