fix: Total Row hidden (#14209)
This commit is contained in:
parent
ce5ce9deb4
commit
95ad6bb4ca
1 changed files with 1 additions and 1 deletions
|
|
@ -832,7 +832,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
|
|||
if (this.raw_data.add_total_row) {
|
||||
data = data.slice();
|
||||
data.splice(-1, 1);
|
||||
this.$page.find('.layout-main-section').css('--report-total-height', '310px');
|
||||
this.$page.find('.layout-main-section')[0].style.setProperty('--report-total-height', '310px');
|
||||
}
|
||||
|
||||
this.$report.show();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue