Merge pull request #42727 from shariquerik/include-erpnext

fix: include erpnext in apps page
This commit is contained in:
Shariq Ansari
2024-08-12 19:41:55 +05:30
committed by GitHub
2 changed files with 10 additions and 0 deletions

View File

@@ -10,6 +10,16 @@ source_link = "https://github.com/frappe/erpnext"
app_logo_url = "/assets/erpnext/images/erpnext-logo.svg"
add_to_apps_screen = [
{
"name": "erpnext",
"logo": "/assets/erpnext/images/erpnext-logo-blue.png",
"title": "ERPNext",
"route": "/app/home",
# "has_permission": "erpnext.api.permission.has_app_permission"
}
]
develop_version = "14.x.x-develop"
app_include_js = "erpnext.bundle.js"

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB