From 09fe8e0522bdda5463426e78ec2187a3175ee4a8 Mon Sep 17 00:00:00 2001 From: Ishan Loya Date: Tue, 25 Apr 2017 14:26:33 +0530 Subject: [PATCH] Add bank guarantee to Accounts module display screen --- erpnext/config/accounts.py | 5 +++++ 1 file changed, 5 insertions(+) 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" + }, ] }, {