mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
Merge pull request #22661 from frappe/lead-owner-efficiency
fix: making owner fieldtype to link
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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -68,4 +69,4 @@ def get_columns():
|
|||||||
"fieldtype": "Float",
|
"fieldtype": "Float",
|
||||||
"width": "100"
|
"width": "100"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user