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",
options="Contact",
insert_after="contacts"
),
dict(
fieldname="custom_customer_name",
label="Customer Name",
fieldtype="Data",
insert_after="last_name"
)
],
"Address": [