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
This commit is contained in:
Nihantra C. Patel
2024-07-15 22:59:43 +05:30
committed by GitHub
parent 66b35ec9fb
commit 17b437709c

View File

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