diff --git a/erpnext/patches/v7_2/contact_address_links.py b/erpnext/patches/v7_2/contact_address_links.py index 5375d818c6f..07d9341f247 100644 --- a/erpnext/patches/v7_2/contact_address_links.py +++ b/erpnext/patches/v7_2/contact_address_links.py @@ -5,7 +5,7 @@ from frappe.utils import update_progress_bar def execute(): frappe.reload_doc('core', 'doctype', 'dynamic_link') frappe.reload_doc('email', 'doctype', 'contact') - frappe.reload_doc('geo', 'doctype', 'address') + frappe.reload_doc('contact', 'doctype', 'address') map_fields = ( ('Customer', 'customer'), ('Supplier', 'supplier'),