Merge pull request #22661 from frappe/lead-owner-efficiency

fix: making owner fieldtype to link
This commit is contained in:
Deepesh Garg 2020-07-17 17:36:59 +05:30 committed by GitHub
commit 2fd4aa3051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,8 @@ def get_columns():
{
"fieldname": "lead_owner",
"label": _("Lead Owner"),
"fieldtype": "Data",
"fieldtype": "Link",
"options": "User",
"width": "130"
},
{
@ -68,4 +69,4 @@ def get_columns():
"fieldtype": "Float",
"width": "100"
}
]
]