From d6f7800f20ff5236e28ca0cf088bf29ba4eba57a Mon Sep 17 00:00:00 2001 From: rocketdebris Date: Mon, 9 Feb 2026 16:05:52 -0500 Subject: [PATCH] Added missing customer name field to Lead. --- custom_ui/custom_fields.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/custom_ui/custom_fields.py b/custom_ui/custom_fields.py index 204ba7b..d658b7d 100644 --- a/custom_ui/custom_fields.py +++ b/custom_ui/custom_fields.py @@ -127,6 +127,12 @@ custom_fields = { fieldtype="Link", options="Contact", insert_after="contacts" + ), + dict( + fieldname="custom_customer_name", + label="Customer Name", + fieldtype="Data", + insert_after="last_name" ) ], "Address": [