mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 15:33:09 +01:00
Fix Fix: correct variable name and test
This commit is contained in:
parent
80ae20d1ac
commit
9228c7fbd0
@ -419,7 +419,7 @@ class TicketForm(AbstractTicketForm):
|
|||||||
followup = self._create_follow_up(ticket, title=title, user=user)
|
followup = self._create_follow_up(ticket, title=title, user=user)
|
||||||
followup.save()
|
followup.save()
|
||||||
|
|
||||||
if settings.HELPDESK_ENABLE_ATTACHMENTS:
|
if helpdesk_settings.HELPDESK_ENABLE_ATTACHMENTS:
|
||||||
files = self._attach_files_to_follow_up(followup)
|
files = self._attach_files_to_follow_up(followup)
|
||||||
else:
|
else:
|
||||||
files = None
|
files = None
|
||||||
|
Loading…
Reference in New Issue
Block a user