[Fix] patch v7_2.contact_address_links

This commit is contained in:
Revant Nandgaonkar 2017-03-30 21:50:21 +05:30 committed by Nabin Hait
parent d07c041125
commit 3d5bdeb90d

View File

@ -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'):