Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Putaway Rule): reduce perms for Stock User #42227

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions erpnext/stock/doctype/putaway_rule/putaway_rule.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,11 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2024-03-27 13:10:27.240606",
"modified": "2024-07-08 09:19:26.711470",
"modified_by": "Administrator",
"module": "Stock",
"name": "Putaway Rule",
"naming_rule": "Expression (old style)",
"owner": "Administrator",
"permissions": [
{
Expand All @@ -130,16 +131,10 @@
"write": 1
},
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Stock User",
"share": 1,
"write": 1
"role": "Stock User"
},
{
"email": 1,
Expand Down
Loading