Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
commit
4ae7328a6c
@ -26,6 +26,7 @@ cur_frm.cscript.select_transaction = function(doc, cdt, cdn) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cur_frm.cscript.notify = function(doc, args) {
|
cur_frm.cscript.notify = function(doc, args) {
|
||||||
|
var doc = locals[doc.doctype][doc.name];
|
||||||
$c_obj(make_doclist(doc.doctype, doc.name), 'get_formatted_message', {
|
$c_obj(make_doclist(doc.doctype, doc.name), 'get_formatted_message', {
|
||||||
type: args['type'],
|
type: args['type'],
|
||||||
doctype: args['doctype'],
|
doctype: args['doctype'],
|
||||||
|
Loading…
Reference in New Issue
Block a user