Skip to content

Commit

Permalink
[minor] set no copy to sales goal fields (#9956)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbauskar authored Jul 19, 2017
1 parent 7b021e0 commit ac9b133
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions erpnext/setup/doctype/company/company.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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": "",
Expand Down Expand Up @@ -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": "",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ac9b133

Please sign in to comment.