Skip to content

Commit

Permalink
fix(Stock Entry Type): reduce perms for Stock User (#42225)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4936514)

# Conflicts:
#	erpnext/stock/doctype/stock_entry_type/stock_entry_type.json
  • Loading branch information
barredterra authored and mergify[bot] committed Jul 9, 2024
1 parent 7916d64 commit 0f09915
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions erpnext/stock/doctype/stock_entry_type/stock_entry_type.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
}
],
"links": [],
<<<<<<< HEAD
"modified": "2021-05-21 11:27:01.144110",
=======
"modified": "2024-07-08 08:41:19.385020",
>>>>>>> 4936514c8d (fix(Stock Entry Type): reduce perms for Stock User (#42225))
"modified_by": "Administrator",
"module": "Stock",
"name": "Stock Entry Type",
Expand Down Expand Up @@ -72,16 +76,8 @@
"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"
}
],
"quick_entry": 1,
Expand Down

0 comments on commit 0f09915

Please sign in to comment.