blob: 7a3361c2ef561cd4ceada73d18bc479d66a8c58c [file] [log] [blame]
Kanchan Chauhanb3fe6a42016-03-16 18:01:22 +05301from __future__ import unicode_literals
2import frappe
3
4from frappe import _
5
6def get_context(context):
7 context.no_cache = 1
8
9 timelog = frappe.get_doc('Time Log', frappe.form_dict.timelog)
10
11 context.doc = timelog