Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
9aa361fe1fe7c97622d675cde92ec789d44f09b7
/
.
/
erpnext
/
templates
/
pages
/
timelog_info.py
blob: 3f0ec3738b20cadab56f442156713bc51b2ff590 [
file
] [
log
] [
blame
]
import
frappe
def
get_context
(
context
):
context
.
no_cache
=
1
timelog
=
frappe
.
get_doc
(
"Time Log"
,
frappe
.
form_dict
.
timelog
)
context
.
doc
=
timelog