mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
Merge pull request #48767 from WHWYIT/fix-issues-48765
Fix: Procurement Tracker - No permission to read Employee #48765
This commit is contained in:
@@ -51,7 +51,7 @@ def get_columns(filters):
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": _("Requestor"),
|
"label": _("Requestor"),
|
||||||
"options": "Employee",
|
"options": "User",
|
||||||
"fieldname": "requestor",
|
"fieldname": "requestor",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"width": 140,
|
"width": 140,
|
||||||
|
|||||||
Reference in New Issue
Block a user