calendar fix

This commit is contained in:
Rushabh Mehta
2012-02-27 12:54:04 +05:30
parent a50b762d36
commit aa999df088
6 changed files with 42 additions and 39 deletions

View File

@@ -81,9 +81,13 @@ def boot_session(bootinfo):
webnotes.conn.get_value('Website Settings', None, 'analytics_code')
bootinfo['analytics_call'] = \
webnotes.conn.get_value('Website Settings', None, 'analytics_call')
else:
bootinfo['letter_heads'] = get_letter_heads()
import webnotes.model.doctype
bootinfo['docs'] += webnotes.model.doctype.get('Event')
def get_letter_heads():
"""load letter heads with startup"""
import webnotes