From 4a1c7ddb094549517dee41a403072b0a869525fd Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Wed, 19 Jun 2019 19:15:37 +0530 Subject: [PATCH] fix: App logo URL --- erpnext/hooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index da0972bf5c..9502006265 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -10,6 +10,7 @@ app_color = "#e74c3c" app_email = "info@erpnext.com" app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext" +app_logo_url = '/assets/erpnext/images/erp-icon.svg' develop_version = '12.x.x-develop'