mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 23:12:13 +00:00
fix: include erpnext in apps page
(cherry picked from commit 1d52ef7afe)
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"
|
app_logo_url = "/assets/erpnext/images/erpnext-logo.svg"
|
||||||
|
|
||||||
|
|
||||||
|
include_as_app = [
|
||||||
|
{
|
||||||
|
"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"
|
develop_version = "14.x.x-develop"
|
||||||
|
|
||||||
app_include_js = "erpnext.bundle.js"
|
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