mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 13:08:27 +00:00
fix: renamed manufacturing dashboards to manufacturing (#21776)
This commit is contained in:
@@ -26,8 +26,8 @@ def get_data():
|
||||
|
||||
def get_dashboards():
|
||||
return [{
|
||||
"name": "Accounts Dashboard",
|
||||
"dashboard_name": "Accounts Dashboard",
|
||||
"name": "Accounts",
|
||||
"dashboard_name": "Accounts",
|
||||
"doctype": "Dashboard",
|
||||
"charts": [
|
||||
{ "chart": "Profit and Loss" , "width": "Full"},
|
||||
|
||||
@@ -15,8 +15,8 @@ def get_data():
|
||||
|
||||
def get_dashboards():
|
||||
return [{
|
||||
"name": "Manufacturing Dashboard",
|
||||
"dashboard_name": "Manufacturing Dashboard",
|
||||
"name": "Manufacturing",
|
||||
"dashboard_name": "Manufacturing",
|
||||
"charts": [
|
||||
{ "chart": "Produced Quantity", "width": "Half" },
|
||||
{ "chart": "Completed Operation", "width": "Half" },
|
||||
|
||||
Reference in New Issue
Block a user