mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
10 lines
153 B
Python
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
|