Set website route field as No Copy field (#9106)
* Set website route field as No Copy field
* minor
diff --git a/erpnext/stock/doctype/item/item.json b/erpnext/stock/doctype/item/item.json
index 25f3055..cf7171d 100644
--- a/erpnext/stock/doctype/item/item.json
+++ b/erpnext/stock/doctype/item/item.json
@@ -2748,7 +2748,7 @@
"in_standard_filter": 0,
"label": "Route",
"length": 0,
- "no_copy": 0,
+ "no_copy": 1,
"permlevel": 0,
"precision": "",
"print_hide": 0,
@@ -3143,7 +3143,7 @@
"issingle": 0,
"istable": 0,
"max_attachments": 1,
- "modified": "2017-05-15 11:49:47.525859",
+ "modified": "2017-05-31 14:10:19.976457",
"modified_by": "Administrator",
"module": "Stock",
"name": "Item",
@@ -3320,4 +3320,4 @@
"title_field": "item_name",
"track_changes": 1,
"track_seen": 0
-}
\ No newline at end of file
+}