mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
@@ -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'],
|
||||||
|
|||||||
Reference in New Issue
Block a user