Added missing customer name field to Lead.

This commit is contained in:
rocketdebris 2026-02-09 16:05:52 -05:00
parent 205f71e7b9
commit d6f7800f20

View file

@ -127,6 +127,12 @@ custom_fields = {
fieldtype="Link", fieldtype="Link",
options="Contact", options="Contact",
insert_after="contacts" insert_after="contacts"
),
dict(
fieldname="custom_customer_name",
label="Customer Name",
fieldtype="Data",
insert_after="last_name"
) )
], ],
"Address": [ "Address": [