mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 12:38:27 +00:00
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:
committed by
GitHub
parent
66b35ec9fb
commit
17b437709c
@@ -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