Merge pull request #57134 from sokumon/merge-workspaces

fix: merge erpnext workspaces
This commit is contained in:
Soham Kulkarni
2026-07-14 17:10:28 +05:30
committed by GitHub
21 changed files with 1154 additions and 2942 deletions

View File

@@ -17,6 +17,7 @@ add_to_apps_screen = [
"title": app_title,
"route": app_home,
"has_permission": "erpnext.check_app_permission",
"sequence_id": 1,
}
]