Doc's name in subject of auto notifications

This commit is contained in:
Anand Doshi 2012-01-23 10:54:53 +05:30
parent da68ce8b84
commit 0529bc1e53

View File

@ -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
);