From a8ac7ae64666614ef1ca7bc10b733515a600038f Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 25 Jul 2011 14:49:21 +0530 Subject: [PATCH] support ticket fixes --- support/doctype/support_ticket/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/support/doctype/support_ticket/__init__.py b/support/doctype/support_ticket/__init__.py index d9c50652b1..4ffba4ea01 100644 --- a/support/doctype/support_ticket/__init__.py +++ b/support/doctype/support_ticket/__init__.py @@ -84,7 +84,10 @@ reply back to this mail. We will get back to you as soon as possible [This is an automatic response] + """ + signature) + + from webnotes.utils.email_lib import sendmail sendmail(\ recipients = [d.raised_by], \