fix: Module Links (#18318)

* fix: Add Project Billing Summary link

* fix: Bank Guarantee shouldn't depend on Bank Guarantee
This commit is contained in:
Faris Ansari 2019-07-15 14:34:10 +05:30 committed by Nabin Hait
parent 280fe396b9
commit 1abd1e79a9

View File

@ -88,6 +88,13 @@ def get_data():
"doctype": "Project", "doctype": "Project",
"dependencies": ["Project"], "dependencies": ["Project"],
}, },
{
"type": "report",
"is_query_report": True,
"name": "Project Billing Summary",
"doctype": "Project",
"dependencies": ["Project"],
},
] ]
}, },