mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
added job application
This commit is contained in:
@@ -69,16 +69,7 @@ $.extend(cur_frm.cscript, {
|
||||
})
|
||||
|
||||
},
|
||||
|
||||
send: function(doc, dt, dn) {
|
||||
$c_obj(make_doclist(doc.doctype, doc.name), 'send_response', '', function(r,rt) {
|
||||
locals[dt][dn].new_response = '';
|
||||
if(!(r.exc || r.server_messages)) {
|
||||
cur_frm.refresh();
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
customer: function(doc, dt, dn) {
|
||||
var callback = function(r,rt) {
|
||||
var doc = locals[cur_frm.doctype][cur_frm.docname];
|
||||
|
||||
Reference in New Issue
Block a user