Merge branch 'hotfix'

This commit is contained in:
Nabin Hait 2016-10-18 18:35:18 +05:30
commit b33695138c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
from __future__ import unicode_literals from __future__ import unicode_literals
import frappe import frappe
__version__ = '7.0.60' __version__ = '7.0.61'
def get_default_company(user=None): def get_default_company(user=None):
'''Get default company for user''' '''Get default company for user'''

View File

@ -1,7 +1,7 @@
from frappe import _ from frappe import _
def get_data(): def get_data():
{ return {
'heatmap': True, 'heatmap': True,
'heatmap_message': _('This is based on the attendance of this Student'), 'heatmap_message': _('This is based on the attendance of this Student'),
'fieldname': 'student', 'fieldname': 'student',