updated paths

This commit is contained in:
Rushabh Mehta
2012-09-25 10:42:00 +05:30
parent 2fa2f7178d
commit 707932da0c
20 changed files with 54 additions and 54 deletions

View File

@@ -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);