2016-03-16 12:31:22 +00:00
|
|
|
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)
|
2021-08-19 08:11:10 +00:00
|
|
|
|
|
|
|
context.doc = timelog
|