fix: Set initial_depth to 3
This commit is contained in:
parent
97a1d426a3
commit
33f100d75d
@ -40,7 +40,7 @@ frappe.query_reports["Gross Profit"] = {
|
||||
"tree": true,
|
||||
"name_field": "parent",
|
||||
"parent_field": "parent_invoice",
|
||||
"initial_depth": 2,
|
||||
"initial_depth": 3,
|
||||
"formatter": function(value, row, column, data, default_formatter) {
|
||||
value = default_formatter(value, row, column, data);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user