mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 06:58:27 +00:00
minor fixes in utils, purchase common and task
This commit is contained in:
@@ -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);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user