commit | e091789332662a4e27d4c99cc788cb2cf321e7b4 | [log] [tgz] |
---|---|---|
author | Shivam Mishra <scmmishra@users.noreply.github.com> | Wed May 20 16:17:12 2020 +0530 |
committer | GitHub <noreply@github.com> | Wed May 20 16:17:12 2020 +0530 |
tree | 0db592fe27beadadf69d1221d49fef1e0eda5027 | |
parent | ab250e4ed55aac4f3f451108b548f3fb71a31e09 [diff] |
feat: remove website settings from boot (#21801)
diff --git a/erpnext/startup/boot.py b/erpnext/startup/boot.py index 4ca43a8..2b80fb8 100644 --- a/erpnext/startup/boot.py +++ b/erpnext/startup/boot.py
@@ -10,7 +10,6 @@ """boot session - send website info if guest""" bootinfo.custom_css = frappe.db.get_value('Style Settings', None, 'custom_css') or '' - bootinfo.website_settings = frappe.get_doc('Website Settings') if frappe.session['user']!='Guest': update_page_info(bootinfo)