From d3c85e1c1f1a4f530b47b68534a572e9c4ec0ec1 Mon Sep 17 00:00:00 2001 From: sokumon Date: Tue, 14 Jul 2026 16:06:39 +0530 Subject: [PATCH 1/2] fix: add sequnce for desktop screen --- hrms/hooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hrms/hooks.py b/hrms/hooks.py index d90c0c3a2e..e82bc79dcc 100644 --- a/hrms/hooks.py +++ b/hrms/hooks.py @@ -16,6 +16,7 @@ "title": "Frappe HR", "route": app_home, "has_permission": "hrms.hr.utils.check_app_permission", + "sequence_id": 2, } ] From 185d3c6fe0afede897b9fbaee66821529decbd8d Mon Sep 17 00:00:00 2001 From: Soham Kulkarni <77533095+sokumon@users.noreply.github.com> Date: Tue, 14 Jul 2026 17:14:05 +0530 Subject: [PATCH 2/2] chore: fix indentation Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- hrms/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms/hooks.py b/hrms/hooks.py index e82bc79dcc..50892083ca 100644 --- a/hrms/hooks.py +++ b/hrms/hooks.py @@ -16,7 +16,7 @@ "title": "Frappe HR", "route": app_home, "has_permission": "hrms.hr.utils.check_app_permission", - "sequence_id": 2, + "sequence_id": 2, } ]