fix: remove doctype link from serial no ledger report (backport #42327) (#42348)

fix: remove doctype link from serial no ledger report (#42327)

* fix: remove doctype link from serial no ledger report

* fix: remove doctype link from serial no ledger report

* fix: remove doctype link from serial no ledger report --update

(cherry picked from commit 17b437709c)

Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2024-07-16 16:08:11 +05:30
committed by GitHub
parent 1754adfcd6
commit b741b2a285

View File

@@ -77,9 +77,8 @@ def get_columns(filters):
},
{
"label": _("Party Type"),
"fieldtype": "Link",
"fieldtype": "Data",
"fieldname": "party_type",
"options": "DocType",
"width": 90,
},
{