blob: db61e7e44b5153d9880e2d5591d5fed0ed2b69ee [file] [log] [blame]
Kanchan Chauhanb3fe6a42016-03-16 18:01:22 +05301import frappe
2
Kanchan Chauhanb3fe6a42016-03-16 18:01:22 +05303
4def get_context(context):
5 context.no_cache = 1
6
7 timelog = frappe.get_doc('Time Log', frappe.form_dict.timelog)
Ankush Menat4551d7d2021-08-19 13:41:10 +05308
9 context.doc = timelog