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:
@@ -77,9 +77,8 @@ def get_columns(filters):
|
||||
},
|
||||
{
|
||||
"label": _("Party Type"),
|
||||
"fieldtype": "Link",
|
||||
"fieldtype": "Data",
|
||||
"fieldname": "party_type",
|
||||
"options": "DocType",
|
||||
"width": 90,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user