Merge pull request #15020 from shariquerik/report-view-export-excel-fix
This commit is contained in:
commit
3c9384b001
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ frappe.views.ReportView = class ReportView extends frappe.views.ListView {
|
|||
|
||||
get_args() {
|
||||
const args = super.get_args();
|
||||
args.group_by = null;
|
||||
delete args.group_by;
|
||||
this.group_by_control.set_args(args);
|
||||
|
||||
return args;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue