Skip to content

Commit

Permalink
Merge pull request #1939 from frappe/version-14-hotfix
Browse files Browse the repository at this point in the history
chore: release v14
  • Loading branch information
krantheman authored Jul 3, 2024
2 parents a293e66 + 5e24717 commit 496cdac
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions hrms/hr/doctype/hr_settings/hr_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
"idx": 1,
"issingle": 1,
"links": [],
"modified": "2023-12-28 23:07:36.317223",
"modified": "2024-06-26 15:20:17.802079",
"modified_by": "Administrator",
"module": "HR",
"name": "HR Settings",
Expand All @@ -316,10 +316,29 @@
"role": "System Manager",
"share": 1,
"write": 1
},
{
"email": 1,
"print": 1,
"read": 1,
"role": "HR Manager",
"share": 1,
"write": 1
},
{
"email": 1,
"print": 1,
"read": 1,
"role": "HR User",
"share": 1
},
{
"read": 1,
"role": "Employee"
}
],
"sort_field": "modified",
"sort_order": "ASC",
"states": [],
"track_changes": 1
}
}

0 comments on commit 496cdac

Please sign in to comment.