Missing import

This commit is contained in:
Martin Whitehouse 2022-06-20 16:10:55 +02:00
parent 41d7caace4
commit 6a1f430496
No known key found for this signature in database
GPG Key ID: 8492A7A45769CD35

View File

@ -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,