From 3d5bdeb90ddcc21962bdd54bcb613e9d3e2870c3 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Thu, 30 Mar 2017 21:50:21 +0530 Subject: [PATCH] [Fix] patch v7_2.contact_address_links --- 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 db724b0f4e..5375d818c6 100644 --- a/erpnext/patches/v7_2/contact_address_links.py +++ b/erpnext/patches/v7_2/contact_address_links.py @@ -9,7 +9,7 @@ def execute(): map_fields = ( ('Customer', 'customer'), ('Supplier', 'supplier'), - ('Load', 'lead'), + ('Lead', 'lead'), ('Sales Partner', 'sales_partner') ) for doctype in ('Contact', 'Address'):