diff --git a/home/page/latest_updates/latest_updates.js b/home/page/latest_updates/latest_updates.js index 35cc2f7830d..b0e1940134d 100644 --- a/home/page/latest_updates/latest_updates.js +++ b/home/page/latest_updates/latest_updates.js @@ -5,6 +5,7 @@ erpnext.updates = [ Normal user can see self created Appraisals. HR Manager can see all Appraisals.", "Project: Bugfix in Gantt Chart (caused due to jquery conflict)", "Serial No: Ability to rename.", + "Rename Tool: Added Serial No to rename tool.", ]], ["15th November 2012", [ "Customer Issue: Moved all allocations to 'Assigned' so that there is avoid duplication fo features.", diff --git a/support/doctype/support_ticket/__init__.py b/support/doctype/support_ticket/__init__.py index 6cd291473c8..25eceaa8b6b 100644 --- a/support/doctype/support_ticket/__init__.py +++ b/support/doctype/support_ticket/__init__.py @@ -155,13 +155,9 @@ reply back to this mail. We will get back to you as soon as possible ---------------------- -[This is an automatic response] - - """ + cstr(signature)) + """ ----------------------- Original Query: -""" + d.description +""" + d.description + "\n----------------------\n" + cstr(signature)) from webnotes.utils.email_lib import sendmail