[fix] [minor] fetch project on selection of task in time log

This commit is contained in:
Nabin Hait 2013-09-26 17:59:05 +05:30
parent a1f7f2abfd
commit 6060cc4896

View File

@ -10,3 +10,5 @@ erpnext.projects.TimeLog = wn.ui.form.Controller.extend({
});
cur_frm.cscript = new erpnext.projects.TimeLog({frm: cur_frm});
cur_frm.add_fetch('task','project','project');