Fix: Procurement Tracker - No permission to read Employee #48765

This commit is contained in:
Liuyang
2025-07-24 16:53:07 +08:00
parent fd441e1eff
commit 284e45011e

View File

@@ -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,