fix: Set initial_depth to 3
diff --git a/erpnext/accounts/report/gross_profit/gross_profit.js b/erpnext/accounts/report/gross_profit/gross_profit.js
index b3b16a8..5a6346c 100644
--- a/erpnext/accounts/report/gross_profit/gross_profit.js
+++ b/erpnext/accounts/report/gross_profit/gross_profit.js
@@ -40,7 +40,7 @@
 	"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);