Browse Source

Merge pull request #3002 from sagarvora/patch-2

Changed custom_script.json to remove script from list view
version-14
Nabin Hait 8 years ago
committed by GitHub
parent
commit
a06e4b73d2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      frappe/custom/doctype/custom_script/custom_script.json

+ 2
- 2
frappe/custom/doctype/custom_script/custom_script.json View File

@@ -85,7 +85,7 @@
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_filter": 0,
"in_list_view": 1,
"in_list_view": 0,
"in_standard_filter": 0,
"label": "Script",
"length": 0,
@@ -199,4 +199,4 @@
"sort_order": "ASC",
"track_changes": 1,
"track_seen": 0
}
}

Loading…
Cancel
Save