mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 09:47:14 +00:00
fix: status label in project summary report (#21935)
This commit is contained in:
@@ -16,7 +16,7 @@ frappe.query_reports["Project Summary"] = {
|
||||
"fieldname": "status",
|
||||
"label": __("Status"),
|
||||
"fieldtype": "Select",
|
||||
"options": "Open\nComplete\nCancelled",
|
||||
"options": "Open\nCompleted\nCancelled",
|
||||
"default": "Open"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user