mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 07:22:13 +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
(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"),
|
"label": _("Party Type"),
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Data",
|
||||||
"fieldname": "party_type",
|
"fieldname": "party_type",
|
||||||
"options": "DocType",
|
|
||||||
"width": 90,
|
"width": 90,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user