minor fixes in utils, purchase common and task

This commit is contained in:
Anand Doshi
2013-03-11 14:57:45 +05:30
parent fd6d2e0d2f
commit 88ac485541
3 changed files with 7 additions and 30 deletions

View File

@@ -29,7 +29,8 @@ erpnext.projects.Task = erpnext.utils.Controller.extend({
project: function() {
if(this.frm.doc.project) {
get_server_fields('get_project_details', '','', doc, cdt, cdn, 1);
get_server_fields('get_project_details', '','', this.frm.doc, this.frm.doc.doctype,
this.frm.doc.name, 1);
}
},