mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-01-27 16:29:15 +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:
|
for attached in attached_files:
|
||||||
|
|
||||||
if attached.size:
|
if attached.size:
|
||||||
|
from helpdesk.models import FollowUpAttachment
|
||||||
|
|
||||||
filename = smart_str(attached.name)
|
filename = smart_str(attached.name)
|
||||||
att = FollowUpAttachment(
|
att = FollowUpAttachment(
|
||||||
followup=followup,
|
followup=followup,
|
||||||
|
Loading…
Reference in New Issue
Block a user