fix: Set initial_depth to 3

This commit is contained in:
GangaManoj 2021-08-20 06:06:47 +05:30
parent 97a1d426a3
commit 33f100d75d

View File

@ -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);