fix: Restored city, state and country fields
This commit is contained in:
parent
dd11f26eba
commit
7921a1a605
@ -46,6 +46,10 @@
|
|||||||
"fax",
|
"fax",
|
||||||
"address_section",
|
"address_section",
|
||||||
"address_html",
|
"address_html",
|
||||||
|
"column_break_38",
|
||||||
|
"city",
|
||||||
|
"state",
|
||||||
|
"country",
|
||||||
"column_break2",
|
"column_break2",
|
||||||
"contact_html",
|
"contact_html",
|
||||||
"qualification_tab",
|
"qualification_tab",
|
||||||
@ -333,9 +337,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "no_of_employees",
|
"fieldname": "no_of_employees",
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Int",
|
||||||
"label": "No. of Employees",
|
"label": "No. of Employees"
|
||||||
"options": "1-10\n11-20\n21-30\n31-100\n11-50\n51-200\n201-500\n101-500\n500-1000\n501-1000\n>1000\n1000+"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "column_break_22",
|
"fieldname": "column_break_22",
|
||||||
@ -477,13 +480,33 @@
|
|||||||
"fieldname": "disabled",
|
"fieldname": "disabled",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Disabled"
|
"label": "Disabled"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_38",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "city",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "City"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "state",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "State"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "country",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"label": "Country",
|
||||||
|
"options": "Country"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-user",
|
"icon": "fa fa-user",
|
||||||
"idx": 5,
|
"idx": 5,
|
||||||
"image_field": "image",
|
"image_field": "image",
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-06-21 15:10:06.613519",
|
"modified": "2022-06-27 21:56:17.392756",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "CRM",
|
"module": "CRM",
|
||||||
"name": "Lead",
|
"name": "Lead",
|
||||||
|
@ -32,9 +32,12 @@
|
|||||||
"column_break_23",
|
"column_break_23",
|
||||||
"industry",
|
"industry",
|
||||||
"market_segment",
|
"market_segment",
|
||||||
"column_break_31",
|
|
||||||
"territory",
|
|
||||||
"website",
|
"website",
|
||||||
|
"column_break_31",
|
||||||
|
"city",
|
||||||
|
"state",
|
||||||
|
"country",
|
||||||
|
"territory",
|
||||||
"section_break_14",
|
"section_break_14",
|
||||||
"currency",
|
"currency",
|
||||||
"column_break_36",
|
"column_break_36",
|
||||||
@ -463,9 +466,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "no_of_employees",
|
"fieldname": "no_of_employees",
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Int",
|
||||||
"label": "No of Employees",
|
"label": "No of Employees"
|
||||||
"options": "1-10\n11-20\n21-30\n31-100\n11-50\n51-200\n201-500\n101-500\n500-1000\n501-1000\n>1000\n1000+"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "annual_revenue",
|
"fieldname": "annual_revenue",
|
||||||
@ -603,12 +605,28 @@
|
|||||||
"label": "Notes",
|
"label": "Notes",
|
||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
"options": "CRM Note"
|
"options": "CRM Note"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "city",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "City"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "state",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "State"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "country",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"label": "Country",
|
||||||
|
"options": "Country"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-info-sign",
|
"icon": "fa fa-info-sign",
|
||||||
"idx": 195,
|
"idx": 195,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-06-21 15:04:34.363959",
|
"modified": "2022-06-27 18:44:32.858696",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "CRM",
|
"module": "CRM",
|
||||||
"name": "Opportunity",
|
"name": "Opportunity",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user