mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-01-12 17:08:46 +01:00
Missing import
This commit is contained in:
parent
41d7caace4
commit
6a1f430496
@ -135,6 +135,8 @@ def process_attachments(followup, attached_files):
|
||||
for attached in attached_files:
|
||||
|
||||
if attached.size:
|
||||
from helpdesk.models import FollowUpAttachment
|
||||
|
||||
filename = smart_str(attached.name)
|
||||
att = FollowUpAttachment(
|
||||
followup=followup,
|
||||
|
Loading…
Reference in New Issue
Block a user