commit | 4a1c7ddb094549517dee41a403072b0a869525fd | [log] [tgz] |
---|---|---|
author | Faris Ansari <netchamp.faris@gmail.com> | Wed Jun 19 19:15:37 2019 +0530 |
committer | Faris Ansari <netchamp.faris@gmail.com> | Wed Jun 19 19:15:37 2019 +0530 |
tree | 22d557656a747192662952ba21758596e14e48d4 | |
parent | 226ff5a7974e26bb4965ea84cf30a29b240b266c [diff] |
fix: App logo URL
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index da0972b..9502006 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -10,6 +10,7 @@ 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'