commit | a8ac7ae64666614ef1ca7bc10b733515a600038f | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Mon Jul 25 14:49:21 2011 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Mon Jul 25 14:49:21 2011 +0530 |
tree | 803e8d603495396ecf605ad53292117737992b02 | |
parent | 9b8fad2baa921c81e5c063e9c98b4d041592693c [diff] |
support ticket fixes
diff --git a/support/doctype/support_ticket/__init__.py b/support/doctype/support_ticket/__init__.py index d9c5065..4ffba4e 100644 --- a/support/doctype/support_ticket/__init__.py +++ b/support/doctype/support_ticket/__init__.py
@@ -84,7 +84,10 @@ 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], \