Update add_default_dashboards.py

This commit is contained in:
Nabin Hait 2020-05-05 18:27:13 +05:30 committed by GitHub
parent 0ff0522500
commit 07fe4e1933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,5 +6,5 @@ from erpnext.setup.setup_wizard.operations.install_fixtures import add_dashboard
def execute():
frappe.reload_doc("desk", "doctype", "number_card_link")
frappe.reload_doc("desk", "doctype", "patient_appointment")
frappe.reload_doc("healthcare", "doctype", "patient_appointment")
add_dashboards()