fix: Module Links (#18318)
* fix: Add Project Billing Summary link * fix: Bank Guarantee shouldn't depend on Bank Guarantee
This commit is contained in:
parent
280fe396b9
commit
1abd1e79a9
@ -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"],
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user