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

(cherry picked from commit 284e45011e)
This commit is contained in:
Liuyang
2025-07-24 16:53:07 +08:00
committed by Mergify
parent 349ad94ff3
commit e058998689

View File

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