[minor] set no copy to sales goal fields (#9956)
diff --git a/erpnext/setup/doctype/company/company.json b/erpnext/setup/doctype/company/company.json
index 1baa843..271755e 100644
--- a/erpnext/setup/doctype/company/company.json
+++ b/erpnext/setup/doctype/company/company.json
@@ -547,7 +547,7 @@
"in_standard_filter": 0,
"label": "Sales Monthly History",
"length": 0,
- "no_copy": 0,
+ "no_copy": 1,
"permlevel": 0,
"precision": "",
"print_hide": 0,
@@ -577,7 +577,7 @@
"in_standard_filter": 0,
"label": "Sales Target",
"length": 0,
- "no_copy": 0,
+ "no_copy": 1,
"options": "default_currency",
"permlevel": 0,
"precision": "",
@@ -637,7 +637,7 @@
"in_standard_filter": 0,
"label": "Total Monthly Sales",
"length": 0,
- "no_copy": 0,
+ "no_copy": 1,
"options": "default_currency",
"permlevel": 0,
"precision": "",
@@ -1961,7 +1961,7 @@
"istable": 0,
"max_attachments": 0,
"menu_index": 0,
- "modified": "2017-07-17 15:50:27.218951",
+ "modified": "2017-07-19 03:16:27.171189",
"modified_by": "Administrator",
"module": "Setup",
"name": "Company",