mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
fix(minor): Employee filter in Unpaid Expense Claims report (#27530)
This commit is contained in:
@@ -6,7 +6,8 @@ frappe.query_reports["Unpaid Expense Claim"] = {
|
||||
{
|
||||
"fieldname": "employee",
|
||||
"label": __("Employee"),
|
||||
"fieldtype": "Link"
|
||||
"fieldtype": "Link",
|
||||
"options": "Employee"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user