From 90ae8025635fd438efa8c36f4478eb02a1d1cba2 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 16 Nov 2012 17:56:28 +0530 Subject: [PATCH] send original mail in autoreply --- home/page/latest_updates/latest_updates.js | 1 + support/doctype/support_ticket/__init__.py | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/home/page/latest_updates/latest_updates.js b/home/page/latest_updates/latest_updates.js index 35cc2f7830..b0e1940134 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 6cd291473c..25eceaa8b6 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