Skip to content

Commit cdeec8d

Browse files
fix: closing stock balance permissions (backport frappe#44791) (frappe#44793)
* fix: closing stock balance permissions (frappe#44791) (cherry picked from commit 3662a6a) # Conflicts: # erpnext/stock/doctype/closing_stock_balance/closing_stock_balance.json * chore: fix conflicts --------- Co-authored-by: rohitwaghchaure <[email protected]>
1 parent b706a82 commit cdeec8d

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

erpnext/stock/doctype/closing_stock_balance/closing_stock_balance.json

+32-2
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,15 @@
113113
"index_web_pages_for_search": 1,
114114
"is_submittable": 1,
115115
"links": [],
116-
"modified": "2023-05-18 11:46:04.448220",
116+
"modified": "2024-12-19 13:48:46.618066",
117117
"modified_by": "Administrator",
118118
"module": "Stock",
119119
"name": "Closing Stock Balance",
120120
"naming_rule": "By \"Naming Series\" field",
121121
"owner": "Administrator",
122122
"permissions": [
123123
{
124+
"cancel": 1,
124125
"create": 1,
125126
"delete": 1,
126127
"email": 1,
@@ -130,10 +131,39 @@
130131
"report": 1,
131132
"role": "System Manager",
132133
"share": 1,
134+
"submit": 1,
135+
"write": 1
136+
},
137+
{
138+
"cancel": 1,
139+
"create": 1,
140+
"delete": 1,
141+
"email": 1,
142+
"export": 1,
143+
"print": 1,
144+
"read": 1,
145+
"report": 1,
146+
"role": "Stock Manager",
147+
"share": 1,
148+
"submit": 1,
149+
"write": 1
150+
},
151+
{
152+
"cancel": 1,
153+
"create": 1,
154+
"delete": 1,
155+
"email": 1,
156+
"export": 1,
157+
"print": 1,
158+
"read": 1,
159+
"report": 1,
160+
"role": "Stock User",
161+
"share": 1,
162+
"submit": 1,
133163
"write": 1
134164
}
135165
],
136166
"sort_field": "modified",
137167
"sort_order": "DESC",
138168
"states": []
139-
}
169+
}

0 commit comments

Comments
 (0)