mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-12 14:58:24 +00:00
Merge pull request #42863 from frappe/mergify/bp/version-15-hotfix/pr-42727
fix: include erpnext in apps page (backport #42727)
This commit is contained in:
@@ -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"
|
||||
|
||||
BIN
erpnext/public/images/erpnext-logo-blue.png
Normal file
BIN
erpnext/public/images/erpnext-logo-blue.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
Reference in New Issue
Block a user