From ac9b1332d2cb7221c5fdf57b54f47d2ec950b2dd Mon Sep 17 00:00:00 2001 From: Makarand Bauskar Date: Wed, 19 Jul 2017 18:55:12 +0530 Subject: [PATCH] [minor] set no copy to sales goal fields (#9956) --- erpnext/setup/doctype/company/company.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/erpnext/setup/doctype/company/company.json b/erpnext/setup/doctype/company/company.json index 1baa8432cd..271755e117 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",