mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
Doc's name in subject of auto notifications
This commit is contained in:
@@ -32,7 +32,7 @@ cur_frm.cscript.notify = function(doc, args) {
|
|||||||
args['send_to'] || doc.contact_email,
|
args['send_to'] || doc.contact_email,
|
||||||
send_from,
|
send_from,
|
||||||
send_from,
|
send_from,
|
||||||
doc.company + " - " + print_heading,
|
doc.company + " - " + print_heading + " - " + doc.name,
|
||||||
res.message,
|
res.message,
|
||||||
res.print_format
|
res.print_format
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user