Skip to content

Commit

Permalink
Merge pull request #2426 from shadrak98/fix_inv_perm
Browse files Browse the repository at this point in the history
fix(invoice): Allow press member and site manager for read permission
  • Loading branch information
shadrak98 authored Jan 16, 2025
2 parents d54ea00 + a314154 commit ac2306c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion press/press/doctype/invoice/invoice.json
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
"link_fieldname": "invoice"
}
],
"modified": "2024-12-18 22:28:29.793591",
"modified": "2025-01-16 15:23:12.363619",
"modified_by": "Administrator",
"module": "Press",
"name": "Invoice",
Expand Down Expand Up @@ -525,6 +525,15 @@
"role": "Press Admin",
"submit": 1,
"write": 1
},
{
"read": 1,
"role": "Press Member"
},
{
"read": 1,
"report": 1,
"role": "Site Manager"
}
],
"sort_field": "modified",
Expand Down

0 comments on commit ac2306c

Please sign in to comment.