mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 22:48:27 +00:00
profile: form is now my settings page, removed (Page, profile-settings)
This commit is contained in:
@@ -82,8 +82,6 @@ def boot_session(bootinfo):
|
||||
# if no company, show a dialog box to create a new company
|
||||
bootinfo['setup_complete'] = webnotes.conn.sql("""select name from
|
||||
tabCompany limit 1""") and 'Yes' or 'No'
|
||||
|
||||
bootinfo['user_background'] = webnotes.conn.get_value("Profile", webnotes.session['user'], 'background_image') or ''
|
||||
|
||||
# load subscription info
|
||||
import conf
|
||||
|
||||
Reference in New Issue
Block a user