Report: Trial Balance
diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py
index f52cea9..646d596 100644
--- a/erpnext/config/accounts.py
+++ b/erpnext/config/accounts.py
@@ -166,10 +166,10 @@
 					"is_query_report": True,
 				},
 				{
-					"type": "page",
-					"name": "trial-balance",
-					"label": _("Trial Balance"),
-					"icon": "icon-table"
+					"type": "report",
+					"name": "Trial Balance",
+					"doctype": "GL Entry",
+					"is_query_report": True,
 				},
 				{
 					"type": "report",