Files
erpnext/erpnext/templates/pages/timelog_info.py
Ankush Menat c07713b860 style: bulk format code with black
v13 port because otherwise backports will result in conflicts always
2022-03-29 17:29:34 +05:30

10 lines
153 B
Python

import frappe
def get_context(context):
context.no_cache = 1
timelog = frappe.get_doc("Time Log", frappe.form_dict.timelog)
context.doc = timelog