From 96ce5821b8293df7028812b17dfa9b825b0901f0 Mon Sep 17 00:00:00 2001 From: mbauskar Date: Tue, 13 Jun 2017 17:03:13 +0530 Subject: [PATCH] [hot] fixed ImportError: Module import failed for Company (erpnext.setup.doctype.company.company) --- erpnext/setup/doctype/company/company.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/setup/doctype/company/company.py b/erpnext/setup/doctype/company/company.py index 39ad556227..d7aa718491 100644 --- a/erpnext/setup/doctype/company/company.py +++ b/erpnext/setup/doctype/company/company.py @@ -10,7 +10,7 @@ import frappe.defaults from frappe.model.document import Document -from frappe.geo.address_and_contact import load_address_and_contact +from frappe.contacts.address_and_contact import load_address_and_contact class Company(Document): def onload(self):