Skip to content

Commit

Permalink
fix : Created New Role Sales Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Keerthana-ck committed May 7, 2024
1 parent af49a4e commit d7b59d2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions aumms/fixtures/role.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
[
{
"bulk_actions": 1,
"dashboard": 1,
"desk_access": 1,
"disabled": 0,
"docstatus": 0,
"doctype": "Role",
"form_sidebar": 1,
"home_page": null,
"is_custom": 0,
"list_sidebar": 1,
"modified": "2024-05-07 11:57:06.425584",
"name": "Sales Manager",
"notifications": 1,
"restrict_to_domain": null,
"role_name": "Sales Manager",
"search_bar": 1,
"timeline": 1,
"two_factor_auth": 0,
"view_switcher": 1
},
{
"bulk_actions": 1,
"dashboard": 1,
Expand Down
2 changes: 1 addition & 1 deletion aumms/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
fixtures = [
{
"dt": "Role",
"filters": [["name", "in", ["Design Analyst", "Supervisor","Smith","Head of Smith", "AuMMS Manager", "Sales Officer"]]]
"filters": [["name", "in", ["Design Analyst", "Supervisor","Smith","Head of Smith", "AuMMS Manager", "Sales Officer", "Sales Manager"]]]
},
{
"dt":"Designation",
Expand Down

0 comments on commit d7b59d2

Please sign in to comment.