mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 02:14:48 +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",
|
"fieldname": "status",
|
||||||
"label": __("Status"),
|
"label": __("Status"),
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
"options": "Open\nComplete\nCancelled",
|
"options": "Open\nCompleted\nCancelled",
|
||||||
"default": "Open"
|
"default": "Open"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user