blob: 7a3361c2ef561cd4ceada73d18bc479d66a8c58c [file] [log] [blame]
from __future__ import unicode_literals
import frappe
from frappe import _
def get_context(context):
context.no_cache = 1
timelog = frappe.get_doc('Time Log', frappe.form_dict.timelog)
context.doc = timelog