fix: Pass report name while saving custom report
This commit is contained in:
parent
11c6aa8506
commit
3020679a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -1050,7 +1050,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
|
|||
fieldtype: 'Data',
|
||||
fieldname: 'report_name',
|
||||
label: __("Report Name"),
|
||||
default: this.report_doc.is_standard == 'No' ? this.custom_report : "",
|
||||
default: this.report_doc.is_standard == 'No' ? this.report_name : "",
|
||||
}
|
||||
],
|
||||
primary_action: (values) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue