fix: renamed Commments Tab to Notes tab in Lead doctype
(cherry picked from commit 018df3135a)
# Conflicts:
# erpnext/crm/doctype/lead/lead.json
This commit is contained in:
@@ -377,7 +377,7 @@
|
|||||||
"depends_on": "eval:!doc.__islocal",
|
"depends_on": "eval:!doc.__islocal",
|
||||||
"fieldname": "notes_tab",
|
"fieldname": "notes_tab",
|
||||||
"fieldtype": "Tab Break",
|
"fieldtype": "Tab Break",
|
||||||
"label": "Comments"
|
"label": "Notes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsible": 1,
|
"collapsible": 1,
|
||||||
@@ -510,13 +510,61 @@
|
|||||||
"fieldtype": "Tab Break",
|
"fieldtype": "Tab Break",
|
||||||
"label": "Connections",
|
"label": "Connections",
|
||||||
"show_dashboard": 1
|
"show_dashboard": 1
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_gkxo",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_gqka",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "utm_content",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Content",
|
||||||
|
"print_hide": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "utm_source",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"label": "Source",
|
||||||
|
"oldfieldname": "source",
|
||||||
|
"oldfieldtype": "Select",
|
||||||
|
"options": "UTM Source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "utm_medium",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"label": "Medium",
|
||||||
|
"options": "UTM Medium"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "utm_campaign",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"label": "Campaign",
|
||||||
|
"oldfieldname": "campaign_name",
|
||||||
|
"oldfieldtype": "Link",
|
||||||
|
"options": "UTM Campaign"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "section_break_analytics",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Analytics"
|
||||||
|
>>>>>>> 018df3135a (fix: renamed Commments Tab to Notes tab in Lead doctype)
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "fa fa-user",
|
"icon": "fa fa-user",
|
||||||
"idx": 5,
|
"idx": 5,
|
||||||
"image_field": "image",
|
"image_field": "image",
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2023-12-01 18:46:49.468526",
|
"modified": "2023-12-01 18:46:49.468526",
|
||||||
|
=======
|
||||||
|
"modified": "2025-01-31 13:40:08.094759",
|
||||||
|
>>>>>>> 018df3135a (fix: renamed Commments Tab to Notes tab in Lead doctype)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "CRM",
|
"module": "CRM",
|
||||||
"name": "Lead",
|
"name": "Lead",
|
||||||
|
|||||||
Reference in New Issue
Block a user