mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
fix: Set initial_depth to 3
This commit is contained in:
@@ -40,7 +40,7 @@ frappe.query_reports["Gross Profit"] = {
|
|||||||
"tree": true,
|
"tree": true,
|
||||||
"name_field": "parent",
|
"name_field": "parent",
|
||||||
"parent_field": "parent_invoice",
|
"parent_field": "parent_invoice",
|
||||||
"initial_depth": 2,
|
"initial_depth": 3,
|
||||||
"formatter": function(value, row, column, data, default_formatter) {
|
"formatter": function(value, row, column, data, default_formatter) {
|
||||||
value = default_formatter(value, row, column, data);
|
value = default_formatter(value, row, column, data);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user