Merge pull request #31681 from tarunps/fix/conditionally-render-add-total-rows

fix(report): show add_total_row checkbox if report_type is not 'Repor…
This commit is contained in:
Tarun Pratap Singh 2025-03-12 17:40:02 +05:30 committed by GitHub
commit 87d568558a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,6 +73,7 @@
},
{
"default": "0",
"depends_on": "eval: doc.report_type !== \"Report Builder\"",
"fieldname": "add_total_row",
"fieldtype": "Check",
"label": "Add Total Row"
@ -206,7 +207,7 @@
"idx": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2025-03-11 10:42:45.591937",
"modified": "2025-03-12 17:08:09.629411",
"modified_by": "Administrator",
"module": "Core",
"name": "Report",
@ -260,4 +261,4 @@
"sort_order": "DESC",
"states": [],
"track_changes": 1
}
}