Missing import

This commit is contained in:
Martin Whitehouse
2022-06-20 16:10:55 +02:00
parent 41d7caace4
commit 6a1f430496

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,