Skip to content

Commit

Permalink
fix: closing stock balance permissions (#44791)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3662a6a)

# Conflicts:
#	erpnext/stock/doctype/closing_stock_balance/closing_stock_balance.json
  • Loading branch information
rohitwaghchaure authored and mergify[bot] committed Dec 19, 2024
1 parent e48022f commit e2b3f75
Showing 1 changed file with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,19 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
<<<<<<< HEAD
"modified": "2023-05-17 11:46:04.448220",
=======
"modified": "2024-12-19 13:48:46.618066",
>>>>>>> 3662a6a41d (fix: closing stock balance permissions (#44791))
"modified_by": "Administrator",
"module": "Stock",
"name": "Closing Stock Balance",
"naming_rule": "By \"Naming Series\" field",
"owner": "Administrator",
"permissions": [
{
"cancel": 1,
"create": 1,
"delete": 1,
"email": 1,
Expand All @@ -130,6 +135,35 @@
"report": 1,
"role": "System Manager",
"share": 1,
"submit": 1,
"write": 1
},
{
"cancel": 1,
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Stock Manager",
"share": 1,
"submit": 1,
"write": 1
},
{
"cancel": 1,
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Stock User",
"share": 1,
"submit": 1,
"write": 1
}
],
Expand Down

0 comments on commit e2b3f75

Please sign in to comment.