fix(report): add options to multiselectlist fields

This commit is contained in:
venkat102
2025-02-08 22:49:35 +05:30
parent 7b955b2ea6
commit 8785342fce
20 changed files with 28 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ frappe.query_reports["Opportunity Summary by Sales Stage"] = {
fieldname: "status",
label: __("Status"),
fieldtype: "MultiSelectList",
options: ["Open", "Converted", "Quotation", "Replied"],
get_data: function () {
return [
{ value: "Open", description: "Status" },