mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +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.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):
|
class Company(Document):
|
||||||
def onload(self):
|
def onload(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user