forked from extern/django-helpdesk
* Fixed issue #27 (e-mails not deleted)
* Fixed issue #28 (add quick delete link to dashboard)
This commit is contained in:
@@ -263,7 +263,7 @@ def ticket_from_message(message, queue):
|
||||
a.save()
|
||||
print " - %s" % file['filename']
|
||||
|
||||
return ticket
|
||||
return t
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Reference in New Issue
Block a user