Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
ae7ec8e44d3059a31e9e0b9a60821ac0e8adb74f
/
.
/
erpnext
/
templates
/
pages
/
timelog_info.py
blob: ee86483fa299cdb8162cf9ed50a77914bf379191 [
file
] [
log
] [
blame
]
from
__future__
import
unicode_literals
import
frappe
from
frappe
import
_
def
get_context
(
context
):
context
.
no_cache
=
1
timelog
=
frappe
.
get_doc
(
'Time Log'
,
frappe
.
form_dict
.
timelog
)
context
.
doc
=
timelog