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:
commit
87d568558a
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue