mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +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,
|
||||
send_from,
|
||||
send_from,
|
||||
doc.company + " - " + print_heading,
|
||||
doc.company + " - " + print_heading + " - " + doc.name,
|
||||
res.message,
|
||||
res.print_format
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user