Skip to content

Commit

Permalink
Merge pull request #39158 from s-aga-r/FIX-8011
Browse files Browse the repository at this point in the history
fix: add read permission to Buying Settings
  • Loading branch information
s-aga-r authored Jan 9, 2024
2 parents f95403d + e05bf9d commit 1b4fbbb
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion erpnext/buying/doctype/buying_settings/buying_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
"modified": "2023-11-28 13:01:18.403492",
"modified": "2024-01-05 15:26:02.320942",
"modified_by": "Administrator",
"module": "Buying",
"name": "Buying Settings",
Expand All @@ -238,6 +238,41 @@
"role": "Purchase Manager",
"share": 1,
"write": 1
},
{
"email": 1,
"print": 1,
"read": 1,
"role": "Accounts User",
"share": 1
},
{
"email": 1,
"print": 1,
"read": 1,
"role": "Accounts Manager",
"share": 1
},
{
"email": 1,
"print": 1,
"read": 1,
"role": "Stock Manager",
"share": 1
},
{
"email": 1,
"print": 1,
"read": 1,
"role": "Stock User",
"share": 1
},
{
"email": 1,
"print": 1,
"read": 1,
"role": "Purchase User",
"share": 1
}
],
"sort_field": "modified",
Expand Down

0 comments on commit 1b4fbbb

Please sign in to comment.