commit | 3d5bdeb90ddcc21962bdd54bcb613e9d3e2870c3 | [log] [tgz] |
---|---|---|
author | Revant Nandgaonkar <revant.one@gmail.com> | Thu Mar 30 21:50:21 2017 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Mar 30 23:14:58 2017 +0530 |
tree | a9702027f8322bfcae565befe748aa1a682f38d7 | |
parent | d07c041125e730b5bb5ae46b24a552e3c0202260 [diff] |
[Fix] patch v7_2.contact_address_links
diff --git a/erpnext/patches/v7_2/contact_address_links.py b/erpnext/patches/v7_2/contact_address_links.py index db724b0..5375d81 100644 --- a/erpnext/patches/v7_2/contact_address_links.py +++ b/erpnext/patches/v7_2/contact_address_links.py
@@ -9,7 +9,7 @@ map_fields = ( ('Customer', 'customer'), ('Supplier', 'supplier'), - ('Load', 'lead'), + ('Lead', 'lead'), ('Sales Partner', 'sales_partner') ) for doctype in ('Contact', 'Address'):