commit | 39fe68880941e79cc8bbf50a717df7326ee3aeea | [log] [tgz] |
---|---|---|
author | Shivam Mishra <scm.mymail@gmail.com> | Tue May 05 13:05:38 2020 +0530 |
committer | Shivam Mishra <scm.mymail@gmail.com> | Tue May 05 13:05:38 2020 +0530 |
tree | 97c708f8ebca98a6eb87c6a12727777d76b7a435 | |
parent | 4ea122662a59952b75144b182115c44c597777be [diff] |
fix: dashboard chart link
diff --git a/erpnext/setup/setup_wizard/data/dashboard_charts.py b/erpnext/setup/setup_wizard/data/dashboard_charts.py index ebe183e..7edd5e3 100644 --- a/erpnext/setup/setup_wizard/data/dashboard_charts.py +++ b/erpnext/setup/setup_wizard/data/dashboard_charts.py
@@ -36,7 +36,7 @@ "doctype": "Dashboard", "dashboard_name": "Project", "charts": [ - { "chart": "Report Summary", "width": "Full" } + { "chart": "Project Summary", "width": "Full" } ] }, ],