fix: Added invoice discounting dashboard

This commit is contained in:
Nabin Hait
2019-04-18 14:47:44 +05:30
parent 0050652be9
commit 36bb3f55f2
2 changed files with 25 additions and 0 deletions

View File

@@ -232,6 +232,11 @@ def get_data():
"label": _("Bank Account"),
"name": "Bank Account",
},
{
"type": "doctype",
"label": _("Invoice Discounting"),
"name": "Invoice Discounting",
},
{
"type": "doctype",
"label": _("Bank Statement Transaction Entry List"),