fix: added blank option for status in report related to issue
This commit is contained in:
parent
d6360755b9
commit
b07de03ddb
@ -52,6 +52,7 @@ frappe.query_reports["Issue Analytics"] = {
|
||||
label: __("Status"),
|
||||
fieldtype: "Select",
|
||||
options:[
|
||||
"",
|
||||
{label: __('Open'), value: 'Open'},
|
||||
{label: __('Replied'), value: 'Replied'},
|
||||
{label: __('Resolved'), value: 'Resolved'},
|
||||
@ -138,4 +139,4 @@ frappe.query_reports["Issue Analytics"] = {
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
};
|
||||
|
@ -39,6 +39,7 @@ frappe.query_reports["Issue Summary"] = {
|
||||
label: __("Status"),
|
||||
fieldtype: "Select",
|
||||
options:[
|
||||
"",
|
||||
{label: __('Open'), value: 'Open'},
|
||||
{label: __('Replied'), value: 'Replied'},
|
||||
{label: __('Resolved'), value: 'Resolved'},
|
||||
@ -70,4 +71,4 @@ frappe.query_reports["Issue Summary"] = {
|
||||
options: "User"
|
||||
}
|
||||
]
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user