Merge pull request #48969 from frappe/mergify/bp/develop/pr-48767

Fix: Procurement Tracker - No permission to read Employee #48765 (backport #48767)
This commit is contained in:
Mihir Kandoi
2025-08-05 14:43:16 +05:30
committed by GitHub

View File

@@ -51,7 +51,7 @@ def get_columns(filters):
},
{
"label": _("Requestor"),
"options": "Employee",
"options": "User",
"fieldname": "requestor",
"fieldtype": "Link",
"width": 140,