fix: status label in project summary report (#21935)
This commit is contained in:
parent
1edca82280
commit
8513d516e3
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user