commit | 09fe8e0522bdda5463426e78ec2187a3175ee4a8 | [log] [tgz] |
---|---|---|
author | Ishan Loya <ishanloya@gmail.com> | Tue Apr 25 14:26:33 2017 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Apr 25 16:08:22 2017 +0530 |
tree | cf0d9815a892be7428506fb2f14e2cb02486f716 | |
parent | 17737e4ab1e7751f389386518029fd317680fc43 [diff] |
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" + }, ] }, {