diff --git a/erpnext/selling/doctype/customer/customer.py b/erpnext/selling/doctype/customer/customer.py index 6f7f7debf8f7..5b7b66178260 100644 --- a/erpnext/selling/doctype/customer/customer.py +++ b/erpnext/selling/doctype/customer/customer.py @@ -622,6 +622,7 @@ def make_address(args, is_primary_address=1): 'address_line2': args.get('address_line2'), 'city': args.get('city'), 'state': args.get('state'), + 'jurisdiccion': args.get('jurisdiccion'), 'pincode': args.get('pincode'), 'country': args.get('country'), 'links': [{