mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
Merge pull request #47767 from aerele/quotation-lost-reason
fix: add no_copy for lost reasons
This commit is contained in:
@@ -910,6 +910,7 @@
|
|||||||
"fieldname": "lost_reasons",
|
"fieldname": "lost_reasons",
|
||||||
"fieldtype": "Table MultiSelect",
|
"fieldtype": "Table MultiSelect",
|
||||||
"label": "Lost Reasons",
|
"label": "Lost Reasons",
|
||||||
|
"no_copy": 1,
|
||||||
"options": "Quotation Lost Reason Detail",
|
"options": "Quotation Lost Reason Detail",
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
@@ -1104,7 +1105,7 @@
|
|||||||
"idx": 82,
|
"idx": 82,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-03-03 16:49:20.050303",
|
"modified": "2025-05-27 16:04:39.208077",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Quotation",
|
"name": "Quotation",
|
||||||
|
|||||||
Reference in New Issue
Block a user