refactor: move dashboard utilities to frappe.utils

This commit is contained in:
Shivam Mishra 2020-05-06 13:17:41 +05:30
parent cc36d7d8cb
commit 0ff51a257d
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@ import frappe
from frappe import _
import datetime
import json
from frappe.core.page.dashboard.dashboard import cache_source, get_from_date_from_timespan
from frappe.utils.dashboard import cache_source, get_from_date_from_timespan
from frappe.utils import nowdate, add_to_date, getdate, get_last_day, formatdate, get_datetime
from frappe.model.naming import append_number_if_name_exists
from frappe.boot import get_allowed_reports