Update add_default_dashboards.py
This commit is contained in:
parent
0ff0522500
commit
07fe4e1933
@ -6,5 +6,5 @@ from erpnext.setup.setup_wizard.operations.install_fixtures import add_dashboard
|
|||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
frappe.reload_doc("desk", "doctype", "number_card_link")
|
frappe.reload_doc("desk", "doctype", "number_card_link")
|
||||||
frappe.reload_doc("desk", "doctype", "patient_appointment")
|
frappe.reload_doc("healthcare", "doctype", "patient_appointment")
|
||||||
add_dashboards()
|
add_dashboards()
|
||||||
|
Loading…
Reference in New Issue
Block a user