Update frappe/public/js/frappe/views/reports/query_report.js
Fixed syntax error Co-Authored-By: scmmishra <scmmishra@users.noreply.github.com>
This commit is contained in:
parent
950934ddda
commit
cfce388c5a
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
|
|||
function get_options(fields) {
|
||||
return fields.map((field) => {
|
||||
return {label: field.label, value: field.fieldname};
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
const numeric_fields = columns.filter((col, i) => indices.includes(i));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue