Kanchan Chauhan | b3fe6a4 | 2016-03-16 18:01:22 +0530 | [diff] [blame] | 1 | import frappe |
2 | |||||
Kanchan Chauhan | b3fe6a4 | 2016-03-16 18:01:22 +0530 | [diff] [blame] | 3 | |
4 | def get_context(context): | ||||
5 | context.no_cache = 1 | ||||
6 | |||||
7 | timelog = frappe.get_doc('Time Log', frappe.form_dict.timelog) | ||||
Ankush Menat | 4551d7d | 2021-08-19 13:41:10 +0530 | [diff] [blame] | 8 | |
9 | context.doc = timelog |