mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-12 17:51:20 +00:00
address now not in dialog, added slideshows in products and groups and removed transaction history from customer / supplier / sales partner
This commit is contained in:
@@ -131,7 +131,7 @@ def check_if_expired():
|
||||
|
||||
def get_web_script():
|
||||
"""returns web startup script"""
|
||||
return webnotes.conn.get_value('Website Settings', None, 'startup_code') or ''
|
||||
return webnotes.conn.get_value('Website Script', None, 'javascript') or ''
|
||||
|
||||
def get_web_style():
|
||||
"""returns web css"""
|
||||
|
||||
Reference in New Issue
Block a user