fix in support ticket and email settings

This commit is contained in:
Anand Doshi
2012-03-06 18:05:23 +05:30
parent a872d81983
commit 2bc141f5db
2 changed files with 5 additions and 17 deletions

View File

@@ -140,9 +140,9 @@ class SupportMailbox(POP3Mailbox):
"""
Send auto reply to emails
"""
signature = self.email_settings.support_signature or ''
signature = self.email_settings.fields.get('support_signature') or ''
response = self.email_settings.support_autoreply or ("""
response = self.email_settings.fields.get('support_autoreply') or ("""
A new Ticket has been raised for your query. If you have any additional information, please
reply back to this mail.