mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 05:58:27 +00:00
fix: change owner fieldtype to Link in Lead Owner Efficiency Report (#22840)
This commit is contained in:
@@ -17,7 +17,8 @@ def get_columns():
|
|||||||
{
|
{
|
||||||
"fieldname": "lead_owner",
|
"fieldname": "lead_owner",
|
||||||
"label": _("Lead Owner"),
|
"label": _("Lead Owner"),
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Link",
|
||||||
|
"options": "User",
|
||||||
"width": "130"
|
"width": "130"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user