Copy add-ons during event cloning

This commit is contained in:
Raphael Michel
2017-04-18 20:31:16 +02:00
parent ec73c916b7
commit 0b068f6d79
2 changed files with 9 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ from .event import (
)
from .invoices import Invoice, InvoiceLine, invoice_filename
from .items import (
Item, ItemCategory, ItemVariation, Question, QuestionOption, Quota,
itempicture_upload_to,
Item, ItemAddOn, ItemCategory, ItemVariation, Question, QuestionOption,
Quota, itempicture_upload_to,
)
from .log import LogEntry
from .orders import (