diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py index d9faf6dd73..02aa14b138 100644 --- a/erpnext/config/accounts.py +++ b/erpnext/config/accounts.py @@ -159,6 +159,11 @@ def get_data(): "is_query_report": True, "doctype": "Journal Entry" }, + { + "type": "doctype", + "name": "Bank Guarantee", + "doctype": "Bank Guarantee" + }, ] }, {