diff --git a/frappe/templates/emails/auto_email_report.html b/frappe/templates/emails/auto_email_report.html index 94af0c3cf8..a658c988a9 100644 --- a/frappe/templates/emails/auto_email_report.html +++ b/frappe/templates/emails/auto_email_report.html @@ -39,11 +39,7 @@ {% else %} - {% if col.fieldtype in ("Link", "Dynamic Link") and col.options %} - {{- frappe.utils.get_link_to_form(col.options, row[col.fieldname]) }} - {% else %} - {{- frappe.format(row[col.fieldname], col, row) -}} - {% endif %} + {{- frappe.format(row[col.fieldname], col, row) -}} {% endif %} {% endfor %}