From fc9fd3818ba10d041a33c21381a10523e94c446c Mon Sep 17 00:00:00 2001 From: Varun Rajamane Date: Sun, 5 Nov 2023 00:44:07 +0530 Subject: [PATCH] chore: Added default permission for HR Manager to submit F&F Statement (#1021) * Added default permission for HR Manager to submit F&F Statement * chore: fix incorrect json * chore: update modified timestamp --------- Co-authored-by: Rucha Mahabal (cherry picked from commit 6a821b46b93f55a14392e22c14ceb275aabf4d17) --- .../full_and_final_statement/full_and_final_statement.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hrms/hr/doctype/full_and_final_statement/full_and_final_statement.json b/hrms/hr/doctype/full_and_final_statement/full_and_final_statement.json index ebcf36dfd9..1c7e497633 100644 --- a/hrms/hr/doctype/full_and_final_statement/full_and_final_statement.json +++ b/hrms/hr/doctype/full_and_final_statement/full_and_final_statement.json @@ -181,7 +181,7 @@ "index_web_pages_for_search": 1, "is_submittable": 1, "links": [], - "modified": "2021-08-30 21:11:09.892560", + "modified": "2023-11-05 00:05:09.892560", "modified_by": "Administrator", "module": "HR", "name": "Full and Final Statement", @@ -221,6 +221,7 @@ "report": 1, "role": "HR Manager", "share": 1, + "submit": 1, "write": 1 } ], @@ -228,4 +229,4 @@ "sort_order": "DESC", "title_field": "employee_name", "track_changes": 1 -} \ No newline at end of file +}