fix(minor): Employee filter in Unpaid Expense Claims report (#27530)
This commit is contained in:
parent
e6a1ad8016
commit
866763c16a
@ -6,7 +6,8 @@ frappe.query_reports["Unpaid Expense Claim"] = {
|
||||
{
|
||||
"fieldname": "employee",
|
||||
"label": __("Employee"),
|
||||
"fieldtype": "Link"
|
||||
"fieldtype": "Link",
|
||||
"options": "Employee"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user