commit | 0529bc1e53e409039a5c8e9087da02ee0bcac2f4 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Mon Jan 23 10:54:53 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Mon Jan 23 10:54:53 2012 +0530 |
tree | 366455415f868cbabc31d46a0345fa441c71f3d8 | |
parent | da68ce8b84172828802e6804da6cbb5d167f1448 [diff] |
Doc's name in subject of auto notifications
diff --git a/erpnext/setup/doctype/notification_control/notification_control.js b/erpnext/setup/doctype/notification_control/notification_control.js index 112395e..13c3087 100644 --- a/erpnext/setup/doctype/notification_control/notification_control.js +++ b/erpnext/setup/doctype/notification_control/notification_control.js
@@ -32,7 +32,7 @@ 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 );