From d488651d2a4337fdeb4bf17c21785d42d55fc968 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 30 Jan 2026 13:55:35 -0500 Subject: [PATCH] Added custom_subdivision to Address doctype. --- custom_ui/install.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/custom_ui/install.py b/custom_ui/install.py index c4a42ae..931e08b 100644 --- a/custom_ui/install.py +++ b/custom_ui/install.py @@ -354,6 +354,13 @@ def add_custom_fields(): fieldtype="Table", options="Address Task Link", insert_after="projects" + ), + dict( + fieldname="custom_subdivision", + label="Subdivision", + fieldtype="Link", + options="Territory", + insert_after="address_line2" ) ], "Contact": [