From 7faf26c29ffb93f8dffe54cf3504e3901c3d7df3 Mon Sep 17 00:00:00 2001 From: Maxwell Date: Thu, 19 Jun 2014 23:46:43 -0300 Subject: [PATCH] Fix app doesnt showed in desktop Related to #607, #608 and this discussion on GGroup https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/erpnext-developer-forum/cQMhAZAFiF4/7B8GHkH4RZ0J --- frappe/utils/boilerplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/utils/boilerplate.py b/frappe/utils/boilerplate.py index 21c2f06e93..80e7bd57ca 100644 --- a/frappe/utils/boilerplate.py +++ b/frappe/utils/boilerplate.py @@ -194,7 +194,7 @@ desktop_template = """from frappe import _ def get_data(): return {{ - "{app_title}": {{ + "{app_name}": {{ "color": "{app_color}", "icon": "{app_icon}", "type": "module",