fix: remove link formatter
This commit is contained in:
parent
69dfb4a1a6
commit
fc1eb7fe88
1 changed files with 1 additions and 5 deletions
|
|
@ -39,11 +39,7 @@
|
|||
</td>
|
||||
{% else %}
|
||||
<td {{- get_alignment(col) }}>
|
||||
{% 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) -}}
|
||||
</td>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue