mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
[fix] [minor] fetch project on selection of task in time log
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user