mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 04:58:29 +00:00
[hot] fixed ImportError: Module import failed for Company (erpnext.setup.doctype.company.company)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user