mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
fix(project): update customer and sales order as no copy
(cherry picked from commit 9d8f3863f2)
# Conflicts:
# erpnext/projects/doctype/project/project.json
This commit is contained in:
@@ -176,6 +176,7 @@
|
|||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"in_global_search": 1,
|
"in_global_search": 1,
|
||||||
"label": "Customer",
|
"label": "Customer",
|
||||||
|
"no_copy": 1,
|
||||||
"oldfieldname": "customer",
|
"oldfieldname": "customer",
|
||||||
"oldfieldtype": "Link",
|
"oldfieldtype": "Link",
|
||||||
"options": "Customer",
|
"options": "Customer",
|
||||||
@@ -190,6 +191,7 @@
|
|||||||
"fieldname": "sales_order",
|
"fieldname": "sales_order",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"label": "Sales Order",
|
"label": "Sales Order",
|
||||||
|
"no_copy": 1,
|
||||||
"options": "Sales Order"
|
"options": "Sales Order"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -462,7 +464,11 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"max_attachments": 4,
|
"max_attachments": 4,
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2025-08-21 17:57:58.314809",
|
"modified": "2025-08-21 17:57:58.314809",
|
||||||
|
=======
|
||||||
|
"modified": "2026-05-22 16:45:50.762759",
|
||||||
|
>>>>>>> 9d8f3863f2 (fix(project): update customer and sales order as no copy)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Projects",
|
"module": "Projects",
|
||||||
"name": "Project",
|
"name": "Project",
|
||||||
|
|||||||
Reference in New Issue
Block a user