From d03203966a1c4a5ece21808c67c0a7add24895ab Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Sat, 24 Jun 2017 10:35:39 +0530 Subject: [PATCH] [minor] fix old patch --- erpnext/patches/v7_2/contact_address_links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/patches/v7_2/contact_address_links.py b/erpnext/patches/v7_2/contact_address_links.py index 5375d818c6..07d9341f24 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'),