Added missing customer name field to Lead.
This commit is contained in:
parent
205f71e7b9
commit
d6f7800f20
1 changed files with 6 additions and 0 deletions
|
|
@ -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": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue