mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 05:39:12 +00:00
added report permissions to txt files
This commit is contained in:
@@ -8,17 +8,17 @@
|
||||
},
|
||||
{
|
||||
"section_style": "Simple",
|
||||
"allow_attach": 0,
|
||||
"in_create": 1,
|
||||
"module": "Utilities",
|
||||
"allow_trash": 1,
|
||||
"server_code_error": " ",
|
||||
"in_create": 1,
|
||||
"read_only": 1,
|
||||
"autoname": "_ANS.#######",
|
||||
"show_in_menu": 0,
|
||||
"allow_attach": 0,
|
||||
"read_only": 1,
|
||||
"name": "__common__",
|
||||
"colour": "White:FFF",
|
||||
"doctype": "DocType",
|
||||
"show_in_menu": 0,
|
||||
"server_code_error": " ",
|
||||
"version": 3
|
||||
},
|
||||
{
|
||||
@@ -32,10 +32,11 @@
|
||||
{
|
||||
"parent": "Answer",
|
||||
"read": 1,
|
||||
"doctype": "DocPerm",
|
||||
"report": 1,
|
||||
"cancel": 1,
|
||||
"name": "__common__",
|
||||
"create": 1,
|
||||
"doctype": "DocPerm",
|
||||
"write": 1,
|
||||
"parenttype": "DocType",
|
||||
"role": "All",
|
||||
|
||||
Reference in New Issue
Block a user