mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-09 08:05:13 +02:00
* 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