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": [