Add bank guarantee to Accounts module display screen

This commit is contained in:
Ishan Loya 2017-04-25 14:26:33 +05:30 committed by Nabin Hait
parent 17737e4ab1
commit 09fe8e0522

View File

@ -159,6 +159,11 @@ def get_data():
"is_query_report": True, "is_query_report": True,
"doctype": "Journal Entry" "doctype": "Journal Entry"
}, },
{
"type": "doctype",
"name": "Bank Guarantee",
"doctype": "Bank Guarantee"
},
] ]
}, },
{ {