Skip to content

Commit

Permalink
fix: do not copy date fields in opportunity doctype
Browse files Browse the repository at this point in the history
(cherry picked from commit 74afa57)

# Conflicts:
#	erpnext/crm/doctype/opportunity/opportunity.json
  • Loading branch information
ljain112 authored and mergify[bot] committed Aug 23, 2024
1 parent 54842ea commit 5186872
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion erpnext/crm/doctype/opportunity/opportunity.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@
{
"fieldname": "expected_closing",
"fieldtype": "Date",
"label": "Expected Closing Date"
"label": "Expected Closing Date",
"no_copy": 1
},
{
"fieldname": "section_break_14",
Expand Down Expand Up @@ -357,6 +358,7 @@
"fieldname": "transaction_date",
"fieldtype": "Date",
"label": "Opportunity Date",
"no_copy": 1,
"oldfieldname": "transaction_date",
"oldfieldtype": "Date",
"reqd": 1,
Expand Down Expand Up @@ -388,6 +390,7 @@
"fieldname": "first_response_time",
"fieldtype": "Duration",
"label": "First Response Time",
"no_copy": 1,
"read_only": 1
},
{
Expand Down Expand Up @@ -622,7 +625,11 @@
"icon": "fa fa-info-sign",
"idx": 195,
"links": [],
<<<<<<< HEAD
"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",
"module": "CRM",
"name": "Opportunity",
Expand Down

0 comments on commit 5186872

Please sign in to comment.