mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-01 03:12:39 +02:00
fix: Allow rename prospect doctype (#46352)
fix: allow rename prospect doctype
(cherry picked from commit 884709deb8)
# Conflicts:
# erpnext/crm/doctype/prospect/prospect.json
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"actions": [],
|
"actions": [],
|
||||||
"allow_events_in_timeline": 1,
|
"allow_events_in_timeline": 1,
|
||||||
|
"allow_rename": 1,
|
||||||
"autoname": "field:company_name",
|
"autoname": "field:company_name",
|
||||||
"creation": "2021-08-19 00:21:06.995448",
|
"creation": "2021-08-19 00:21:06.995448",
|
||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
@@ -216,9 +217,14 @@
|
|||||||
"options": "CRM Note"
|
"options": "CRM Note"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"grid_page_length": 50,
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2022-10-13 12:29:33.674561",
|
"modified": "2022-10-13 12:29:33.674561",
|
||||||
|
=======
|
||||||
|
"modified": "2025-03-06 11:31:49.083983",
|
||||||
|
>>>>>>> 884709deb8 (fix: Allow rename prospect doctype (#46352))
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "CRM",
|
"module": "CRM",
|
||||||
"name": "Prospect",
|
"name": "Prospect",
|
||||||
@@ -258,7 +264,12 @@
|
|||||||
"share": 1
|
"share": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
<<<<<<< HEAD
|
||||||
"sort_field": "modified",
|
"sort_field": "modified",
|
||||||
|
=======
|
||||||
|
"row_format": "Dynamic",
|
||||||
|
"sort_field": "creation",
|
||||||
|
>>>>>>> 884709deb8 (fix: Allow rename prospect doctype (#46352))
|
||||||
"sort_order": "DESC",
|
"sort_order": "DESC",
|
||||||
"states": [],
|
"states": [],
|
||||||
"title_field": "company_name",
|
"title_field": "company_name",
|
||||||
|
|||||||
Reference in New Issue
Block a user