From 0529bc1e53e409039a5c8e9087da02ee0bcac2f4 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 23 Jan 2012 10:54:53 +0530 Subject: [PATCH] Doc's name in subject of auto notifications --- .../setup/doctype/notification_control/notification_control.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/setup/doctype/notification_control/notification_control.js b/erpnext/setup/doctype/notification_control/notification_control.js index 112395e2e1..13c3087fc5 100644 --- a/erpnext/setup/doctype/notification_control/notification_control.js +++ b/erpnext/setup/doctype/notification_control/notification_control.js @@ -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 );