mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
[fix] [minor] fetch project on selection of task in time log
This commit is contained in:
@@ -9,4 +9,6 @@ erpnext.projects.TimeLog = wn.ui.form.Controller.extend({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
cur_frm.cscript = new erpnext.projects.TimeLog({frm: cur_frm});
|
cur_frm.cscript = new erpnext.projects.TimeLog({frm: cur_frm});
|
||||||
|
|
||||||
|
cur_frm.add_fetch('task','project','project');
|
||||||
Reference in New Issue
Block a user