[Fix] Data not showing in the heatmap of the customer (#9819)

This commit is contained in:
rohitwaghchaure 2017-07-12 18:57:23 +05:30 committed by Makarand Bauskar
parent 860144feb7
commit c1a1e62c0d

View File

@ -9,7 +9,7 @@ import frappe.defaults
from frappe.utils import flt, cint, cstr
from frappe.desk.reportview import build_match_conditions
from erpnext.utilities.transaction_base import TransactionBase
from erpnext.accounts.party import validate_party_accounts, get_dashboard_info # keep this
from erpnext.accounts.party import validate_party_accounts, get_dashboard_info, get_timeline_data # keep this
from frappe.contacts.address_and_contact import load_address_and_contact, delete_contact_and_address
class Customer(TransactionBase):