From dffd7a2a938cdc1bb1fddc293d7d2809b808c137 Mon Sep 17 00:00:00 2001 From: fproldan Date: Fri, 8 Aug 2025 16:20:21 +0000 Subject: [PATCH] fix: make_address --- erpnext/selling/doctype/customer/customer.py | 1 + 1 file changed, 1 insertion(+) 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': [{