Skip to content

Commit

Permalink
fix: Added permissions for system manager in lab test doctype
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillarAnand committed Oct 17, 2022
1 parent df6f188 commit 1f08d0a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion healthcare/healthcare/doctype/lab_test/lab_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@
"link_fieldname": "reference_name"
}
],
"modified": "2022-07-25 20:19:19.083347",
"modified": "2022-10-17 05:26:49.198517",
"modified_by": "Administrator",
"module": "Healthcare",
"name": "Lab Test",
Expand Down Expand Up @@ -620,6 +620,20 @@
"role": "Physician",
"share": 1,
"write": 1
},
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "System Manager",
"select": 1,
"share": 1,
"submit": 1,
"write": 1
}
],
"restrict_to_domain": "Healthcare",
Expand Down

0 comments on commit 1f08d0a

Please sign in to comment.