From 7d8ba70107a0170a51ab30924bdc12aef6bc3951 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 30 Jan 2026 14:31:01 -0500 Subject: [PATCH] Added another custom field to insall.py --- custom_ui/install.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/custom_ui/install.py b/custom_ui/install.py index 417a53a..f05dd03 100644 --- a/custom_ui/install.py +++ b/custom_ui/install.py @@ -362,6 +362,13 @@ def add_custom_fields(): fieldtype="Link", options="Territory", insert_after="address_line2" + ), + dict( + fieldname="custom_customer_to_bill", + label="Customer To Bill", + fieldtype="Link", + options="Customer", + insert_after="custom_subdivision" ) ], "Contact": [