diff --git a/projects/doctype/time_log/time_log.js b/projects/doctype/time_log/time_log.js index 7a03955e2a..ab21a3151d 100644 --- a/projects/doctype/time_log/time_log.js +++ b/projects/doctype/time_log/time_log.js @@ -9,4 +9,6 @@ erpnext.projects.TimeLog = wn.ui.form.Controller.extend({ } }); -cur_frm.cscript = new erpnext.projects.TimeLog({frm: cur_frm}); \ No newline at end of file +cur_frm.cscript = new erpnext.projects.TimeLog({frm: cur_frm}); + +cur_frm.add_fetch('task','project','project'); \ No newline at end of file