feat: allow number cards in sync

This commit is contained in:
Shivam Mishra 2020-05-06 16:46:49 +05:30
parent db152b28de
commit 61d07941b8

View file

@ -90,6 +90,7 @@ def sync_dashboards(app=None):
frappe.flags.in_import = True
make_records(config.charts, "Dashboard Chart")
make_records(config.dashboards, "Dashboard")
make_records(config.number_cards, "Number Cards")
frappe.flags.in_import = False
def make_records(config, doctype):