mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 04:58:29 +00:00
updated paths
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
cur_frm.cscript.refresh = function(doc) {
|
||||
if(!doc.__islocal) {
|
||||
// refresh gantt chart
|
||||
wn.require('erpnext/projects/gantt_task.js');
|
||||
wn.require('app/projects/gantt_task.js');
|
||||
if(!cur_frm.gantt_area)
|
||||
cur_frm.gantt_area = $('<div>')
|
||||
.appendTo(cur_frm.fields_dict.project_tasks.wrapper);
|
||||
|
||||
Reference in New Issue
Block a user