mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 23:12:13 +00:00
fix: do not copy date fields in opportunity doctype
(cherry picked from commit 74afa57a9f)
# Conflicts:
# erpnext/crm/doctype/opportunity/opportunity.json
This commit is contained in:
@@ -185,7 +185,8 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "expected_closing",
|
"fieldname": "expected_closing",
|
||||||
"fieldtype": "Date",
|
"fieldtype": "Date",
|
||||||
"label": "Expected Closing Date"
|
"label": "Expected Closing Date",
|
||||||
|
"no_copy": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "section_break_14",
|
"fieldname": "section_break_14",
|
||||||
@@ -357,6 +358,7 @@
|
|||||||
"fieldname": "transaction_date",
|
"fieldname": "transaction_date",
|
||||||
"fieldtype": "Date",
|
"fieldtype": "Date",
|
||||||
"label": "Opportunity Date",
|
"label": "Opportunity Date",
|
||||||
|
"no_copy": 1,
|
||||||
"oldfieldname": "transaction_date",
|
"oldfieldname": "transaction_date",
|
||||||
"oldfieldtype": "Date",
|
"oldfieldtype": "Date",
|
||||||
"reqd": 1,
|
"reqd": 1,
|
||||||
@@ -388,6 +390,7 @@
|
|||||||
"fieldname": "first_response_time",
|
"fieldname": "first_response_time",
|
||||||
"fieldtype": "Duration",
|
"fieldtype": "Duration",
|
||||||
"label": "First Response Time",
|
"label": "First Response Time",
|
||||||
|
"no_copy": 1,
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -622,7 +625,11 @@
|
|||||||
"icon": "fa fa-info-sign",
|
"icon": "fa fa-info-sign",
|
||||||
"idx": 195,
|
"idx": 195,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2022-10-13 12:42:21.545636",
|
"modified": "2022-10-13 12:42:21.545636",
|
||||||
|
=======
|
||||||
|
"modified": "2024-08-20 04:12:29.095761",
|
||||||
|
>>>>>>> 74afa57a9f (fix: do not copy date fields in opportunity doctype)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "CRM",
|
"module": "CRM",
|
||||||
"name": "Opportunity",
|
"name": "Opportunity",
|
||||||
|
|||||||
Reference in New Issue
Block a user