mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 04:58:29 +00:00
[fix] [client script] call cur_frm.cscript.custom_ type functions in the callback of standard functions
This commit is contained in:
@@ -29,7 +29,7 @@ erpnext.projects.Task = wn.ui.form.Controller.extend({
|
||||
|
||||
project: function() {
|
||||
if(this.frm.doc.project) {
|
||||
get_server_fields('get_project_details', '','', this.frm.doc, this.frm.doc.doctype,
|
||||
return 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