From 1ad071c3f145a582a99230f56aefeb24ced2b392 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 13:23:33 -0300 Subject: [PATCH] fix: make_address (#925) (#926) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Francisco Roldán --- 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': [{