Add bank guarantee to Accounts module display screen
diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py
index d9faf6d..02aa14b 100644
--- a/erpnext/config/accounts.py
+++ b/erpnext/config/accounts.py
@@ -159,6 +159,11 @@
 					"is_query_report": True,
 					"doctype": "Journal Entry"
 				},
+				{
+					"type": "doctype",
+					"name": "Bank Guarantee",
+					"doctype": "Bank Guarantee"
+				},
 			]
 		},
 		{